curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_diagnosis_treatment' \
--header 'company_id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \
--form 'search_type="1"' \
--form 'search_date_type="1"' \
--form 'i_count="6"'
{
"data": [
{
"date": "24年4月",
"count": 1
},
{
"date": "24年3月",
"count": 0
},
{
"date": "24年2月",
"count": 0
},
{
"date": "24年1月",
"count": 1
},
{
"date": "23年12月",
"count": 10
},
{
"date": "23年11月",
"count": 19
},
{
"date": "23年10月",
"count": 0
},
{
"date": "23年9月",
"count": 0
},
{
"date": "23年8月",
"count": 0
},
{
"date": "23年7月",
"count": 0
},
{
"date": "23年6月",
"count": 0
},
{
"date": "23年5月",
"count": 0
}
],
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}