Authorization: Bearer ********************{
"current": 0,
"pageSize": 10,
"agentUsername": "k8863",
"providerCode": "APP-918KISS",
"datetime": [
"2025-04-23",
"2025-04-24"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getCashPlayerReport' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 10,
"agentUsername": "k8863",
"providerCode": "APP-918KISS",
"datetime": [
"2025-04-23",
"2025-04-24"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"player_id": 123456789,
"player_username": "014xxxxx",
"player_nickname": "xxxxxx",
"player_internal_platform": "PORTAL",
"provider_name": "918KISS",
"provider_remark": "{\"disablePlayer\":true,\"enablePlayer\":true,\"getPlayerInfo\":true,\"getGameList\":false,\"usernameFieldEmpty\":true,\"passwordEditable\":true,\"withBalance\":true}",
"cashInAmount": 55,
"cashInCount": 1,
"cashOutAmount": 0,
"cashOutCount": 0,
"netSales": 55
}
],
"totalCount": 1,
"display": {
"player": {
"totalCashInAmount": 55,
"totalCashInCount": 1,
"totalCashOutAmount": 0,
"totalCashOutCount": 0,
"totalNetSales": 55,
"totalInOut": 1
}
}
}