{
"pageNo": 0,
"pageSize": 0,
"params": {
"id": 0,
"customerNo": 0,
"name": "string",
"deptName": "string",
"key": "string",
"type": 0,
"employeeType": 0,
"employeeNos": [
0
]
}
}curl --location --request POST '/api/cps/customer/travelRule/getNoExamineStaffByPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"id": 0,
"customerNo": 0,
"name": "string",
"deptName": "string",
"key": "string",
"type": 0,
"employeeType": 0,
"employeeNos": [
0
]
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"customerNo": 0,
"name": "",
"phone": "",
"deptName": "",
"jobName": "",
"costcenterName": "",
"type": 0,
"taskType": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}