Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"bizParams": "string",
"channel": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"id": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"orderType": 0,
"receivableAmount": 0,
"remark": "string",
"sortField": "string",
"sortType": "string",
"statusList": [
0
],
"tenantId": "string",
"thirdDebtAmount": 0,
"thirdPayAmount": 0,
"userId": "string",
"walletCardNumber": "string"
}curl --location --request POST '/management/debt-records/queryDebtRecordsByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"bizParams": "string",
"channel": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"id": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"orderType": 0,
"receivableAmount": 0,
"remark": "string",
"sortField": "string",
"sortType": "string",
"statusList": [
0
],
"tenantId": "string",
"thirdDebtAmount": 0,
"thirdPayAmount": 0,
"userId": "string",
"walletCardNumber": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"bizParams": "string",
"channel": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"id": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"orderType": 0,
"receivableAmount": 0,
"remark": "string",
"status": 0,
"tenantId": "string",
"thirdDebtAmount": 0,
"thirdPayAmount": 0,
"userId": "string",
"walletCardNumber": "string"
}
]
},
"stackTraceMsg": "string"
}