{
"employeeId": "string",
"employeeName": "string",
"employeeStatus": "string",
"isReceiveTask": 0,
"limit": 0,
"orgId": "string",
"orgName": "string",
"postId": "string",
"postName": "string",
"provinceOrgId": "string",
"start": 0,
"userId": "string"
}
curl --location --request POST '/admin/api/v1/employee/queryEmpInfoListByCompany' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": "string",
"employeeName": "string",
"employeeStatus": "string",
"isReceiveTask": 0,
"limit": 0,
"orgId": "string",
"orgName": "string",
"postId": "string",
"postName": "string",
"provinceOrgId": "string",
"start": 0,
"userId": "string"
}'
{
"code": "string",
"data": [
{
"employeeId": "string",
"employeeName": "string",
"employeeStatus": "string",
"isReceiveTask": 0,
"orgId": "string",
"orgName": "string",
"phone": "string",
"postName": "string"
}
],
"extendMap": {},
"message": "string",
"success": true,
"timestamp": 0,
"total": 0,
"traceId": "string"
}