{
"planKey": "string",
"keyEmpid": "string",
"queryObj": {}
}
curl --location --request POST '/api/office/GetJwUserList' \
--header 'Content-Type: application/json' \
--data-raw '{
"planKey": "string",
"keyEmpid": "string",
"queryObj": {}
}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"totalCount": "string",
"empCount": 0,
"data": [
{
"empid": "string",
"empName": "string",
"empImg": "string",
"count": "string"
}
]
}
}