curl --location --request GET 'https://api.zhimu-tech.com/zhimu-api/report/getProjectAlarmStats?projectId&startDate=2025-09-01&endDate=2025-09-20' \
--header 'x-zm-token;'{
"success": true,
"errorCode": "SUCCESS",
"errorMessage": "操作成功",
"data": {
"list": [
{
"statDate": "2025-07",
"warningCount": "1",
"errorCount": "38"
},
{
"statDate": "2025-08",
"warningCount": "4",
"errorCount": "1"
},
{
"statDate": "2025-09",
"warningCount": "16",
"errorCount": "0"
}
],
"totalCount": 3
}
}