查詢時間區間內遊戲紀錄
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
Body Params application/json
Responses
Modified at 2025-04-28 09:04:00