{
"page": 1,
"size": 1,
"year": 0,
"month": 0,
"startTime": "string",
"endTime": "string"
}curl --location --request POST '/withdrawal/page' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"year": 0,
"month": 0,
"startTime": "string",
"endTime": "string"
}'{
"message": "Success",
"status": 1,
"data": {
"pageNo": 1,
"pageSize": 10,
"list": [
{
"id": 2010544759449362434,
"incomeGold": 65532.00,
"money": 61600.00,
"orderState": "PAID_ALREADY",
"createTime": "2026-01-12 10:49"
},
{
"id": 2010542592000827393,
"incomeGold": 65532.00,
"money": 61600.00,
"orderState": "AUDIT_FAILED",
"createTime": "2026-01-12 10:41"
}
],
"total": 2,
"pageCount": 1
},
"code": null,
"msg": null,
"token": null
}