curl --location --request GET 'http://172.16.3.245:29880/alarm/today'
{
"data": {
"today_blue_count": 0, //今日蓝色预警数
"today_red_count": 0, //今日红色预警数
"today_orange_count": 0, //今日橙色预警数
"today_total_count": 0, //今日总预警数
"today_yellow_count": 0 //今日黄色预警数
},
"code": 200,
"msg": "success"
}