{
"year": 2025,
"month": 10,
"userId": "",
"departId": "295",
"isLessThan70": 0,
"staffType": ""
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/report/assessment/queryAssessmentBusiness' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 2025,
"month": 10,
"userId": "",
"departId": "295",
"isLessThan70": 0,
"staffType": ""
}'{
"data": [
{
"userId": 0,
"userName": "string",
"region": "string",
"city": "string",
"departId": 0,
"centerId": 0,
"departName": "string",
"departType": "string",
"entryTime": "string",
"isManage": null
}
],
"code": 0,
"msg": "string",
"desc": null
}