Game Start

POST https://{game_host_ext_ssrm}/v1.0/ssrm/game/start

Headers

Name
Type
Description

Context-Type*

string

application/json

Authorization

string

Login A.T

Request Body

Name
Type
Description

log_id

int64

Start에서 응답받은 log_id

scissors_count

int64

가위개수

rock_count

int64

바위개수

paper_count

int64

보개수

bet_hand

int64

배팅 한 손

1: 바위

2: 보

3: 가위

{
    "return": 0,
    "message": "success",
    "value": {
        "log_id": 66,
        "log_index": "c531ceadb55ec0825bceed87c2f15287b60d90237a994a9f00514bbc7f0d0d99",
        "chip_quantity": 0
    }
}
{
    "log_id": 66,
    "scissors_count": 10,
    "rock_count": 5,
    "paper_count": 8,
    "bet_hand": 1
}

Last updated