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

取得遊戲贏分歷史資訊

Testing
POST
/c/game/eTabsLog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/c/game/eTabsLog?token={{lobbyToken}}'
Response Response Example
{
    "eTabsLog": [
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 1000,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 200,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 200,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 200,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 200,
            "time": "2024-06-27 15:52:58"
        },
        {
            "playerId": "129**437",
            "totalWin": 100,
            "time": "2024-06-27 15:52:58"
        }
    ],
    "timezone": "UTC+08:00",
    "status": "success"
}

Request

Query Params
token
string 
optional
Token
Example:
{{lobbyToken}}

Responses

🟢200Success
application/json
Body
eTabsLog
array [object {3}] 
required
贏分列表
playerId
string 
required
玩家ID僅顯示前後三碼,中間段以”***”(不管長度)取代顯示
totalWin
number 
required
贏分
time
string 
required
時間
timezone
string 
required
時區
Previous
取得玩家盤面資訊
Built with