取得遊戲贏分歷史資訊
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
Example:
{{lobbyToken}}