{
"quotaId": 1,
"startDate": "2022-09-01",
"endDate": "2022-09-30"
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/quota/statistic/queryNotAccordTop5' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"quotaId": 1,
"startDate": "2022-09-01",
"endDate": "2022-09-30"
}'
{
"code": "200",
"msg": "success",
"error": "success",
"data": [
{
"deptCode": "190986359",
"deptName": "消化科",
"notAccordCount": 212
},
{
"deptCode": "1",
"deptName": "关节外科",
"notAccordCount": 31
},
{
"deptCode": "50007",
"deptName": "消化科",
"notAccordCount": 2
}
],
"message": "success"
}