客服盤面資訊
Testing
POST
http://192.168.0.187:3001/query/getPlateInfoByDate
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.0.187:3001/query/getPlateInfoByDate' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": "string",
"gameId": "string",
"playerId": "string",
"lang": "string",
"userId": "string"
}'
Response Response Example
{
"status": 0,
"data": [
{
"gameType": "string",
"path": "string",
"gameId": "string",
"playerId": "string",
"wallet": "string",
"lang": "string",
"date": "string",
"timestamp": "string",
"transactionId": "string",
"roundId": "string",
"showId": "string",
"ratio": 0,
"totalBet": 0,
"betLines": 0,
"betPerLine": 0,
"jpWin": 0,
"isJp": true,
"jackpot": "string",
"creditBeforeBet": 0,
"entriesBeforeBet": 0,
"winningBeforeBet": 0,
"creditAfterBet": 0,
"entriesAfterBet": 0,
"winningAfterBet": 0,
"currentWin": 0,
"isFreeGame": true,
"totalFgTimes": 0,
"fgWin": 0,
"isBonusGame": true,
"bgWin": 0,
"allBgWin": 0,
"spinData": {
"reelStartPos": [
0
],
"reelStopPos": [
0
],
"reelIndex": [
0
],
"reelMode": [
0
],
"reelShowIndex": [
0
],
"reelShowMode": [
0
],
"currentRollTop": [
0
],
"currentRoll": [
0
],
"prizeCount": 0,
"winCondition": [
"string"
],
"wildPos": [
0
],
"allPlate": 0,
"allPlateHint": 0,
"allPlatePrize": 0,
"bg": {
"lampPrize": [
{
"result": 0,
"type": 0,
"data": 0,
"multi": 0,
"win": 0
}
],
"curLamp": 0,
"curRoll": [
0
],
"times": 0,
"count": 0,
"win": 0
},
"sp": {
"showType": "string",
"bgFlag": "string"
},
"external": {
"jpShowCollect": [
0
],
"jpNextShowCollect": [
0
],
"bgTarget": 0,
"bgCollect": 0,
"bgNextTarget": 0,
"bgNextCollect": 0,
"bgRunTimes": 0,
"bgTimes": 0,
"bgTotalWin": 0
},
"jpGame": {
"prizeType": 0
},
"winRollFlag": [
0
],
"time": 0,
"totalWin": 0,
"allTotalWin": 0,
"mgCurrentRoll": [
0
],
"fgCurrentRoll": [
0
],
"jpWin": 0,
"jpWinScore": 0,
"jpResult": 0,
"groupJpResult": 0,
"groupJpWin": 0,
"groupJpWinScore": 0,
"lobbyJpResult": 0,
"lobbyJpWin": 0,
"lobbyJpWinScore": 0,
"luckyInfo": {
"isLucky": 0,
"name": "string"
},
"roundNo": 0,
"lotteryTicket": [
"string"
],
"extraMission": {},
"luckyBox": 0,
"ticketBox": 0,
"firstTotalWin": 0
},
"scatterMulti": 0,
"credit": 0,
"entries": 0,
"winning": 0,
"win": 0,
"winDate": "string",
"isWon": true,
"BIZ": "string"
}
],
"token": "string"
}
Request
Body Params application/json
Responses
Modified at 2025-06-04 03:22:32