Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"tenantId": "string",
"subjectName": "string",
"applicationStartTime": "string",
"applicationEndTime": "string",
"withdrawSuccessStartTime": "string",
"withdrawSuccessEndTime": "string",
"status": 0,
"appIds": [
"string"
],
"separateAccountingSubjectPk": 0
}curl --location --request POST '/management/separate-account/queryWithdrawalByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"tenantId": "string",
"subjectName": "string",
"applicationStartTime": "string",
"applicationEndTime": "string",
"withdrawSuccessStartTime": "string",
"withdrawSuccessEndTime": "string",
"status": 0,
"appIds": [
"string"
],
"separateAccountingSubjectPk": 0
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"appId": "",
"appName": "",
"subjectType": 0,
"separateAccountingSubjectPk": 0,
"subjectName": "",
"withdrawAmount": 0.0,
"feeAmount": 0.0,
"approveStatus": 0,
"withdrawStatus": 0,
"status": 0,
"viewUrl": "",
"downloadUrl": "",
"createTime": "",
"withdrawSuccessTime": "",
"approveRemark": "",
"separateInfo": ""
}
],
"afterKey": ""
},
"stackTraceMsg": ""
}