取得玩家盤面資訊
Testing
POST
/c/game/getPlayerLog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/c/game/getPlayerLog?token={{lobbyToken}}'
Response Response Example
{
"data": [
{
"lang": "zh-CN",
"roundId": "41fae8a08b6c48bf973292da01c32c78",
"transactionId": "ef126dbf73e843d1a99cf58e7b23f8b2",
"gameType": "mg",
"gameId": "5009",
"playerId": "01234567891",
"credit": "11275147768",
"date": "2024-06-14 14: 10: 35",
"ratio": 100,
"totalBet": 100,
"currentWin": 0,
"win": 0,
"actTimestamp": 1718350835402927900,
"jackpot": "-",
"spinData": {
"firstTotalWin": 0,
"count": 1,
"result": [
{
"currentRoll": [
6,
3,
11,
13,
7,
17,
7,
15,
12
],
"prizeCount": 0,
"winCondition": [],
"sp": {
"count": 0,
"pos": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"win": [
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"winRollFlag": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"totalWin": 0
}
],
"totalResult": {
"4": {
"10000": {
"times": 0,
"win": 0
}
},
"5": {
"5000": {
"times": 0,
"win": 0
}
},
"6": {
"2000": {
"times": 0,
"win": 0
}
},
"7": {
"1000": {
"times": 0,
"win": 0
}
},
"8": {
"500": {
"times": 0,
"win": 0
}
},
"9": {
"200": {
"times": 0,
"win": 0
}
},
"18": {
"100": {
"times": 0,
"win": 0
},
"200": {
"times": 0,
"win": 0
}
}
}
},
"buyNumber": 1,
"BIZ": "0",
"entries": "0",
"winning": "0",
"winDate": "2024-06-14 14: 10: 35",
"showId": "局号: 41fae8a08b6c48bf973292da01c32c78",
"timezone": "UTC+06: 30"
}
]
}
Request
Query Params
token
string
optional
Example:
{{lobbyToken}}