{
"param": "三",
"pageNum": 1,
"pageSize": 5
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/mobile/le/user/list' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": "三",
"pageNum": 1,
"pageSize": 5
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"userId": "string",
"userName": "string",
"paperworkNo": "string",
"paperworkStatus": 1
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}