{
"current": 1,
"size": 25,
"params": {
"keyId": 0,
"user": "string",
"alias": "string",
"idFileStatus": "string",
"fileInvalidReason": "string",
"email": "string",
"idFileType": 0,
"idxCustomerIdList": [
0
],
"failReasonCn": "string",
"failReasonEn": "string",
"authIdentity": 0,
"reSignStatus": 0,
"contractState": 0,
"country": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}
curl --location --request POST '/account/auth/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"keyId": 0,
"user": "string",
"alias": "string",
"idFileStatus": "string",
"fileInvalidReason": "string",
"email": "string",
"idFileType": 0,
"idxCustomerIdList": [
0
],
"failReasonCn": "string",
"failReasonEn": "string",
"authIdentity": 0,
"reSignStatus": 0,
"contractState": 0,
"country": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyId": 0,
"idxUserId": 0,
"type": 0,
"realName": "",
"user": "",
"alias": "",
"companyName": "",
"companyAddress": "",
"idFileNumber": "",
"idFilePath": "",
"idFilePathType": "",
"idFileType": 0,
"idFileTypeStr": "",
"email": "",
"idFileStatus": 0,
"idFileStatusStr": "",
"fileInvalidReason": "",
"createdBy": "",
"createdTime": "",
"modifiedBy": "",
"modifiedTime": "",
"signStatus": 0,
"signStatusStr": "",
"auditResultData": "",
"reSignStatus": 0,
"failReasonCn": "",
"authIdentity": 0,
"authIdentityStr": "",
"country": "",
"contractState": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false,
"searchCount": false,
"pages": 0,
"asc": [
""
],
"desc": [
""
]
},
"success": false
}