100plus
共用
  • 更新日誌
  • 大廳
  • 遊戲
  • 盤面
  • 後台
專案
  • 淘金潮
  • 瘋狂辣椒
  • 香蕉猴
  • 撲克 X
  • 三隻小豬
  • 南瓜派對
  • 淘金潮-富豪版
  • 火雞快跑
  • 火爆777
  • 埃及豔后
  • 電一擊
  • 捕魚發大財
  • 野獸王國
  • Sizzling Hot Deluxe
  • MORE 野牛狂奔
共用
  • 更新日誌
  • 大廳
  • 遊戲
  • 盤面
  • 後台
專案
  • 淘金潮
  • 瘋狂辣椒
  • 香蕉猴
  • 撲克 X
  • 三隻小豬
  • 南瓜派對
  • 淘金潮-富豪版
  • 火雞快跑
  • 火爆777
  • 埃及豔后
  • 電一擊
  • 捕魚發大財
  • 野獸王國
  • Sizzling Hot Deluxe
  • MORE 野牛狂奔
  1. 後台
  • 後台登入
    POST
  • 新增帳號
    POST
  • 修改帳號
    POST
  • 修改密碼
    POST
  • 確認私人密碼
    POST
  • 取得使用者登入資訊
    POST
  • 編輯 Kiosk Setting
    POST
  • 啟用shift
    POST
  • 取得幸運輪資訊
    POST
  • 修改幸運輪設定
    POST
  • 取得總代理幸運輪資訊
    POST
  • 新增輪播圖
    POST
  • 取得輪波圖
    GET
  • 修改輪播圖
    POST
  • 刪除輪播圖
    POST
  • 取得返水組合設定
    GET
  • 取得所有返水組合設定
    GET
  • 修改返水組合設定
    POST
  • 開啟/取消包網管理權限
    POST
  • 設置代理登錄IP
    POST
  • 取得代理登錄IP
    POST
  • 取得包網IP
    POST
  • 產出授權碼
    POST
  • 加入包網IP
    POST
  • 設定授權碼
    POST
  • 查詢時間區間內遊戲紀錄
    POST
  • 查詢單局遊戲詳細紀錄
    POST
  • 以名字搜尋用戶帳號
    POST
  • 遊戲維護管理
    POST
  • 搜索帳號
    POST
  • 進(洗)分設定
    POST
  1. 後台

查詢時間區間內遊戲紀錄

Developing
POST
/e/manage/getPlayerGameLog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/e/manage/getPlayerGameLog?token' \
--header 'Content-Type: application/json' \
--data-raw '{
    "account": "125400499",
    "byOrder": "1",
    "countPerPage": 20,
    "endTime": "23:59:59",
    "page": 0,
    "startDate": "2025-04-28",
    "startTime": "00:00:00",
    "timezone": 8
}'
Response Response Example
{}

Request

Query Params
token
string 
optional
後台 Token
Body Params application/json
account
string 
required
玩家帳號
Example:
125400499
byOrder
string 
required
排序方式
0: 升序 1: 降序
Example:
1
countPerPage
integer 
required
單一分頁紀錄筆數
Example:
20
endTime
string 
required
結束時間
Example:
23:59:59
page
integer 
required
分頁索引
Example:
0
startDate
string 
required
起始日期
Example:
2025-04-28
startTime
string 
required
起始時間
Example:
00:00:00
timezone
integer 
required
時區
Example:
8
Examples

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2025-04-28 09:04:00
Previous
設定授權碼
Next
查詢單局遊戲詳細紀錄
Built with