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
}
]
}
]
}
]
}
}取得玩家限紅設定
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
}
]
}
]
}
]
}
}