Skip to main content
GET
/
api
/
v1
/
dt
/
user
/
limit
取得玩家限紅
curl --request GET \
  --url https://api.example.com/api/v1/dt/user/limit
{
  "error": {
    "code": 0,
    "msg": "Success",
    "uuid": "c176c773-f0f5-41f3-8f2e-9c0938d50a75"
  },
  "data": {
    "product-id": "BAC",
    "currency": "TWD",
    "limit-set": [
      "0",
      "1",
      "2",
      "Y"
    ],
    "limit-detail": [
      {
        "limit-id": "0",
        "detail": [
          {
            "game-type": "BAC",
            "limit": [
              {
                "play-type": [
                  1,
                  2,
                  3
                ],
                "min": 10,
                "max": 50000
              },
              {
                "play-type": [
                  4,
                  5,
                  6
                ],
                "min": 20,
                "max": 100000
              }
            ]
          }
        ]
      }
    ]
  }
}
代碼說明
0成功
2無效參數
4客戶不存在
19請求次數已達上限
20Secret key 錯誤
21非法用戶名稱
36伺服器錯誤
42請求頻率太高
9999未知錯誤

Query Parameters

uuid
string
required

各平台自定義的唯一性請求序號,長度 >= 32 且 <= 128 字節

platform_id
string
required

平台方的產品 ID

username
string

用戶在遊戲中的帳號(選填)

key
string
required

md5(username + 平台密鑰)

Response

成功

error
object
data
object