Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"subjectName": "string",
"username": "string",
"phoneNum": "string",
"ppAuditStatus": 0
}curl --location --request POST '/management/separate-account/querySeparateAccountingByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"subjectName": "string",
"username": "string",
"phoneNum": "string",
"ppAuditStatus": 0
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"tenantId": "",
"subjectName": "",
"subjectType": 0,
"memberId": "",
"separateType": 0,
"separateWay": 0,
"effectStatus": 0,
"whithdrawApproveTpye": 0,
"ppAuditStatus": 0,
"withdrawFeeSetting": "",
"systemUserId": 0,
"username": "",
"nickname": "",
"roldNames": "",
"phoneNum": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"dataVersion": 0,
"testFlag": 0,
"deleteFlag": 0,
"accountBalance": 0.0,
"ppAuditDesc": ""
}
],
"afterKey": ""
},
"stackTraceMsg": ""
}