{
"orderId": "string",
"uid": "string",
"username": "string",
"state": 0,
"channel": "string",
"currency": 0,
"beginTime": 0,
"endTime": 0,
"page": 0,
"pageSize": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/query-service/pri/v1/topup/list' \
--header 'appId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"uid": "string",
"username": "string",
"state": 0,
"channel": "string",
"currency": 0,
"beginTime": 0,
"endTime": 0,
"page": 0,
"pageSize": 0
}'{
"code": 0,
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"size": 0,
"pages": 0,
"prePage": 0,
"nextPage": 0,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": true,
"hasNextPage": true,
"total": 0,
"list": [
{
"id": 0,
"channelName": "string",
"chainId": "string",
"orderId": "string",
"uid": "string",
"username": "string",
"currency": 0,
"amount": "string",
"originCurrency": "string",
"originAmount": "string",
"state": 0,
"fromAddress": "string",
"toAddress": "string",
"topupTime": 0
}
]
},
"success": true
}