{
"departId": "089ca82911ba4c47b14af124b7a1a2f9",
"directlyDepId": "089ca82911ba4c47b14af124b7a1a2f9",
"pageSize": 10,
"pageNo": 1,
"realName": "",
"cardId": "",
"nonDepartName": "",
"phone": ""
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/user/non/approval/list' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"departId": "089ca82911ba4c47b14af124b7a1a2f9",
"directlyDepId": "089ca82911ba4c47b14af124b7a1a2f9",
"pageSize": 10,
"pageNo": 1,
"realName": "",
"cardId": "",
"nonDepartName": "",
"phone": ""
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"identityId": "string",
"realName": "string",
"departName": "string",
"cardId": "string",
"politicalStatusName": "string",
"rankName": "string",
"title": "string",
"isLawUser": 0,
"userId": "string",
"deptId": "string",
"isOperation": 0,
"firstTime": "string",
"lawyerCardNo": "string",
"userStatus": 1,
"departCount": 0,
"approvalStatus": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}