Cach Out 하기

  1. 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.

Last updated