curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_dp_type_count' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \
--header 'view-type: json'
{
"data": [
{
"名称": "健康随访",
"数量": 37
},
{
"名称": "急诊陪诊",
"数量": 27
},
{
"名称": "门诊陪诊",
"数量": 2
},
{
"名称": "体检陪诊",
"数量": 11
},
{
"名称": "住院陪诊",
"数量": 11
},
{
"名称": "手术陪诊",
"数量": 6
},
{
"名称": "疗养陪诊",
"数量": 22
}
],
"type": "success",
"msg": "数据获取成功",
"code": 0
}