取得玩家盤面資訊
Developing
POST
/c/game/getPlayerLog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/c/game/getPlayerLog?token'
Response Response Example
[
{
"lang": "en",
"roundId": "5502a4650eac4094968c19f06ae08318",
"transactionId": "0d89d29654c94326b7409d13053a2eff",
"gameType": "mg",
"gameId": "1087",
"playerId": "01234567891",
"credit": "8937050",
"date": "2024-12-31 14:19:22",
"ratio": 100,
"totalBet": 250,
"currentWin": 48500,
"win": 48500,
"actTimestamp": 1735631362559753500,
"jackpot": "-",
"spinData": {
"firstTotalWin": 0,
"transmit": {
"type": 1,
"multi": 2,
"hitCount": 14,
"hitPrizeNumber": [
20,
16,
17,
13,
14,
11,
12,
9,
8,
6,
18,
19,
4,
5,
0,
0,
0,
0,
0,
0
],
"hitPrizeScore": [
100,
500,
400,
800,
700,
1500,
1000,
2500,
3000,
5000,
300,
200,
20000,
12500,
0,
0,
0,
0,
0,
0
],
"playerBet": 250,
"playerWin": 48500
},
"external": {
"posPrizeIdx": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
},
"BIZ": "0",
"entries": "0",
"winning": "0",
"winDate": "2024-12-31 14:19:26",
"showId": "ROUND ID: 5502a4650eac4094968c19f06ae08318",
"timezone": "UTC+06:30"
}
]
Request
Query Params
token
string
optional
Responses
Modified at 2024-12-30 09:39:59