Game End
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}
{
"log_id": 31,
"win_hand": 1,
"win_hand_str" :"iBNHL88tZjQWSqj/Ja/2qQ==",
"game_result": 1,
"is_continuous" : true
}curl --location 'https://localhost:51152/v1.0/ssrm/game/end' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"log_id": 31,
"win_hand": 1,
"win_hand_str" :"iBNHL88tZjQWSqj/Ja/2qQ==",
"game_result": 1,
"is_continuous" : true
}'return
message
desc.
Last updated