Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"ids": [
0
],
"userId": "string",
"mobile": "string",
"bizType": 0,
"bizId": "string",
"balanceAmount": 0,
"presentAmount": 0,
"balanceBefore": 0,
"presentBefore": 0,
"balanceAfter": 0,
"presentAfter": 0,
"createTime": "string",
"modifyTime": "string",
"tenantId": "string",
"appId": "string",
"registrationSource": 0
}curl --location --request POST '/management/account-record/queryByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"ids": [
0
],
"userId": "string",
"mobile": "string",
"bizType": 0,
"bizId": "string",
"balanceAmount": 0,
"presentAmount": 0,
"balanceBefore": 0,
"presentBefore": 0,
"balanceAfter": 0,
"presentAfter": 0,
"createTime": "string",
"modifyTime": "string",
"tenantId": "string",
"appId": "string",
"registrationSource": 0
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"tenantId": "",
"appId": "",
"userId": "",
"mobile": "",
"bizType": 0,
"bizId": "",
"balanceAmount": 0.0,
"presentAmount": 0.0,
"balanceBefore": 0.0,
"presentBefore": 0.0,
"balanceAfter": 0.0,
"presentAfter": 0.0,
"createTime": "",
"modifyTime": "",
"registrationSource": 0,
"user": {
"userType": 0,
"userId": "",
"username": "",
"mobile": "",
"nickName": "",
"trueName": "",
"email": "",
"picUrl": "",
"wechatId": "",
"alipayId": "",
"idCardNum": "",
"driverNum": "",
"workUnit": "",
"provinceCode": "",
"cityCode": "",
"regionCode": "",
"street": "",
"address": "",
"fullAddress": "",
"community": "",
"complexName": "",
"userStatus": 0,
"balance": 0.0,
"presentBalance": 0.0,
"tenantId": "",
"appId": "",
"migrateStatus": 0,
"walletCardNumber": "",
"dataVersion": 0
},
"actionType": ""
}
]
},
"stackTraceMsg": ""
}