Cach Out 하기
Login 이 성공되어 있지 않다면 websocket 연결이 자동으로 끊긴다.
Req/Res
Protocol
Desc.
req
{
"type" : "REQ_BET_STOP",
"data" : {
}
}
res
{
"type" : "RES_BET_STOP",
"data" : {
"message" : "success",
"return" : 0,
"value" : {
"round_id" : "167160508300110001",
"au_id" : 3,
"mu_id" : 1000,
"app_id" : 3,
"database_id" : 1,
"energy_id" : 1,
"pre_energy_quantity" : 50,
"adj_energy_quantity" : 3,
"energy_quantity" : 53,
"point_id" : 3,
"pre_point_quantity" : 10000,
"adj_point_quantity" : 2000,
"point_quantity" : 12000
}
}
}
key
data type
desc.
key
data type
desc.
round_id
int64
round id
au_id
int64
mu_id
int64
app_id
int64
database_id
int64
energy_id
int64
변경된 에너지 ID
pre_energy_quantity
int64
이전 에너지 보유 수량
adj_energy_quantity
int64
누적 에너지 수량
energy_quantity
int64
최종 에너지 수량
point_id
int64
획득한 포인트 ID
pre_point_quantity
int64
이전 포인트 보유 수량
adj_point_quantity
int64
누적 포인트 수량
point_quantity
int64
최종 포인트 수량
return
message
desc.
0
success
성공
70005
Failed to bet
배팅 실패
71102
Not login session
로그인 하지 않은 세션
71200
Invalid 'data' information
유효하지 못한 Data 정보
71102
Not login session
로그인 하지 않은 세션
71206
Not join channel
채널에 참여 하지 않았음
71207
Lack of quantity
배팅 최소 금액 부족
71500
Not ready to bet
배팅 가능한 상태가 아니다.
Last updated