2022年9月7日09:38:43:isAllow逻辑上更改,0为不允许,1为允许
{
"pageNum": 1,
"pageSize": 10,
"type": 1,
"name": "",
"departName": "",
"politicalStatusName": "",
"title": ""
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/certificate/ltm-paperwork/user/list' \
--header 'Cookie: SESSION=0a6122a63736419b90e688fe4b4f16b4;SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"type": 1,
"name": "",
"departName": "",
"politicalStatusName": "",
"title": ""
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"userId": "string",
"name": "string",
"departId": "string",
"realDepartId": "string",
"depart": "string",
"certificateType": 0,
"cardId": "string",
"title": "string",
"isAllow": 0,
"userStatus": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}