curl --location --request GET '/api/admin/user/topUpLog/list?dateLimit&keywords&limit=20&page=1&uid&orderId' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"avatar": "string",
"createTime": "2019-08-24T14:15:22Z",
"givePrice": 0,
"id": 0,
"nickname": "string",
"orderId": "string",
"paid": true,
"payTime": "2019-08-24T14:15:22Z",
"price": 0,
"rechargeType": "string",
"refundPrice": 0,
"uid": 0,
"realTimeBalance": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}