{
"quotaId": 25,
"workDate": "2022-09"
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/hrQuota/statistic/dataOverview' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"quotaId": 25,
"workDate": "2022-09"
}'
{
"code": "200",
"msg": "success",
"error": "success",
"data": {
"rowNum": 0,
"id": "1",
"quotaTypeName": "病例归档指标",
"quotaName": "出院患者病历二日归率",
"template": "twoDayArchiveQuotaTemplate",
"businessCode": null,
"notAccordCount": 245,
"accordCount": 32,
"totalCount": 277,
"accordPercent": "11%"
},
"message": "success"
}