curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/quota/statistic/queryQuotaTypeList' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0'
{
"code": "200",
"msg": "success",
"error": "success",
"data": [
{
"id": "1",
"quotaTypeName": "病例归档指标",
"sort": null,
"deleteStatus": null
},
{
"id": "2",
"quotaTypeName": "诊疗记录符合率",
"sort": null,
"deleteStatus": null
},
{
"id": "3",
"quotaTypeName": "病例书写时效性指标",
"sort": null,
"deleteStatus": null
},
{
"id": "4",
"quotaTypeName": "重大检查记录符合率",
"sort": null,
"deleteStatus": null
},
{
"id": "5",
"quotaTypeName": "人力资源配置指标",
"sort": null,
"deleteStatus": null
}
],
"message": "success"
}