{
"year": 0,
"adcode": "string"
}
curl --location --request POST '/api/screen/stat/groupTarget' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"groupCnt": 1,
"workerCnt": 6,
"onlineWorkerCnt": 1402
}
}