curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_cs_month_count' \
--header 'company-id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c'
{
"data": [
{
"month": "1月",
"count": 0
},
{
"month": "2月",
"count": 0
},
{
"month": "3月",
"count": 0
},
{
"month": "4月",
"count": 0
},
{
"month": "5月",
"count": 0
},
{
"month": "6月",
"count": 0
},
{
"month": "7月",
"count": 28
},
{
"month": "8月",
"count": 48
},
{
"month": "9月",
"count": 7
},
{
"month": "10月",
"count": 27
}
],
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}