curl --location 'https://app.tangshengyun.cn/app/v1/bill/withdrawanList?pageSize=&pageNum=' \
--header 'Authorization: Bearer ' \
--header 'clientId: 428a8310cd442757ae699df5d894f051'{
"total": 0,
"rows": [
{
"id": 0,
"userId": 0,
"amount": 0,
"serialNo": "string",
"status": 0,
"remark": "string",
"createDt": "2019-08-24T14:15:22.123Z",
"updateDt": "2019-08-24T14:15:22.123Z"
}
],
"code": 0,
"msg": "string",
"hasNext": true,
"hasPrevious": true,
"pages": 0
}