Game Betting
POST https://{game_host_ext_ssrm}/v1.0/ssrm/game/betting
Headers
Name
Type
Description
Context-Type*
string
application/json
Authorization
string
Login A.T
Request Body
Name
Type
Description
continue_count
int64
연속게임횟수(0, 1, 2,...)
bet_chip_quantity
int64
배팅 포인트 수량 (continue_count가 0이 아닐때 증가된 배팅 포인트 수량을 입력해야한다.)
{
"return": 0,
"message": "success",
"value": {
"log_id": 31,
"log_index": "",
"chip_quantity": 2000
}
}{
"continue_count": 0,
"bet_chip_quantity": 10000
}curl --location 'https://dev.lumiwavelab.com:51152/v1.0/ssrm/game/betting' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"continue_count": 0,
"bet_chip_quantity": 10000
}'key
data type
desc.
log_id
int
게임 룸 ID
log_index
string
AES info
chip_quantity
int
배팅 후 남은 잔여 포인트 수량
return
message
desc.
0
success
성공
500
Internal server error
70000
DB Error
내부 DB 에러
70001
Cache Error
캐싱 실패
71100
Invalid jwt token
잘못된 토큰
72500
Invalid Continue count
유효하지 않은 연속 진행
72505
Invalid bet chip quantity
유효하지 않은 배팅 수량
72512
Not enough chip quantity
칩 보유량 부족
72517
Block User!
차단 유져
72518
Please register the innoid first
innoid를 먼저 등록해주세요
72519
Invalid hand count
유효하지 않은 손 개수
Last updated