curl --location --request POST 'io-service/openapi/io_api_queryStaffCount' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[{
"baseReq":{
"staffCode":"YANGK",
"orgId":11229293,
"regionId":8320100,
"sysSource":1001
}
}]'
{
"resultObject": {
"resultCode": "CODE_SUCCESS",
"code": "0",
"message": "成功",
"resultObj": {
"pageInfo": {
"offset": 0,
"limit": 10,
"selectCount": true,
"rowCount": 2,
"pageCount": 1,
"pageIndex": 1,
"pageSize": 10
},
"staffCountList": [
{
"jobStatusCd": 1100,
"updateDate": "2024-06-13 10:03:59",
"staffCode": "0900991",
"orgId": 11229293
},
{
"jobStatusCd": 1100,
"updateDate": "2024-06-13 10:03:59",
"staffCode": "YANGK",
"orgId": 11229293
}
]
}
},
"resultCode": "0"
}