curl --location --request GET '/admin-api/charging/chargingUser/scanUserPage?pageNo=1&pageSize=10&id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"userId": "string",
"accountId": "string",
"nickName": "string",
"status": 0,
"email": "string",
"balance": 0,
"companyId": "string",
"skidV2": "string",
"mobile": "string",
"cardIdV2": "string",
"chagorderId": "string",
"payType": "string",
"regDate": "2019-08-24T14:15:22Z",
"tenantId": "string",
"pageNo": 0,
"pageSize": 0,
"rechargeFee": 0,
"totalPay": 0,
"refundFee": 0,
"platformType": 0,
"platformTypeName": "string"
}
],
"total": 0
},
"msg": "string"
}