100plus
共用
  • 更新日誌
  • 大廳
  • 遊戲
  • 盤面
  • 後台
專案
  • 淘金潮
  • 瘋狂辣椒
  • 香蕉猴
  • 撲克 X
  • 三隻小豬
  • 南瓜派對
  • 淘金潮-富豪版
  • 火雞快跑
  • 火爆777
  • 埃及豔后
  • 電一擊
  • 捕魚發大財
  • 野獸王國
  • Sizzling Hot Deluxe
  • MORE 野牛狂奔
共用
  • 更新日誌
  • 大廳
  • 遊戲
  • 盤面
  • 後台
專案
  • 淘金潮
  • 瘋狂辣椒
  • 香蕉猴
  • 撲克 X
  • 三隻小豬
  • 南瓜派對
  • 淘金潮-富豪版
  • 火雞快跑
  • 火爆777
  • 埃及豔后
  • 電一擊
  • 捕魚發大財
  • 野獸王國
  • Sizzling Hot Deluxe
  • MORE 野牛狂奔
  1. 遊戲
  • 遊戲
    • 取得進入遊戲資訊
      POST
    • 開始遊戲(SPIN)
      POST
    • 取得遊戲資訊
      POST
    • 取得玩家盤面資訊
      POST
  1. 遊戲

取得玩家盤面資訊

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
Token

Responses

🟢200Success
application/json
Body
array of:
lang
string 
required
語系
roundId
string 
required
回合編號
transactionId
string 
required
系統交互編號
gameType
string 
required
遊戲類型
gameId
string 
required
遊戲 ID
playerId
string 
required
玩家 ID
credit
string 
required
待定義
date
string 
required
日期,格式:yyyy-mm-dd hh:mm:ss
ratio
integer 
required
幣比值
totalBet
integer 
required
總押注,單位:分
currentWin
integer 
required
當前贏分,單位:分
win
integer 
required
當局總贏分,單位:分
actTimestamp
integer 
required
當局執行時間戳,格式:timestamp ( 毫秒 )
jackpot
string 
required
彩金中獎資訊
spinData
object 
required
SPIN 資訊
firstTotalWin
integer 
required
第一次中獎盤面的 totalWin,單位:分
transmit
object (Transmit) 
required
external
object 
required
外部暫存資料結構
BIZ
string 
optional
地區線別 ( 0 -> 馬來線,1 -> 美國線 )
entries
string 
optional
待定義
winning
string 
optional
待定義
winDate
string 
optional
完成遊戲時間,格式:yyyy:mm:dd hh:mm:ss
showId
string 
required
局號資訊
Modified at 2024-12-30 09:39:59
Previous
取得遊戲資訊
Built with