curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/doctor_patrol_count' \
--header 'company_id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c'
{
"data": [
{
"month": "11月",
"count": 8
},
{
"month": "10月",
"count": 0
},
{
"month": "09月",
"count": 0
},
{
"month": "08月",
"count": 0
},
{
"month": "07月",
"count": 0
},
{
"month": "06月",
"count": 0
}
],
"type": "success",
"msg": "获取成功",
"code": 0
}