取得盤面DetailToken
Developing
POST
/test/getDetailToken
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/test/getDetailToken?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"gameId": "1076",
"roundId": "{{roundId}}",
"lang": "en",
"isAgent": true
}'
Response Response Example
{
"gameId": "",
"roundId": "",
"lang": "en",
"isAgent": true,
"type": "string"
}
Request
Query Params
hash
string
optional
Example:
{{hash}}
Body Params application/json
Responses
Modified at 2024-07-26 19:04:55