curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_today_warning' \
--header 'company-id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c'
{
"data": {
"today_count": 0,
"yesterday_count": 0,
"day_ratio_reduce": "0%",
"this_week_count": 0,
"last_week_count": 0,
"week_ratio_reduce": "0%"
},
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}