master
zhaoqiang 2024-07-14 10:15:29 +08:00
parent 86cfa43bf1
commit 07448e135e
2 changed files with 599 additions and 671 deletions

View File

@ -22,3 +22,12 @@ export function alert_api(data: idInfo) {
}); });
} }
// 获取运行监视---重过载告警统计
export function runAlarm_api(data: idInfo) {
return request({
url: "/api/wwpm/biz/v1/max_load_rate",
method: "POST",
data,
});
}

File diff suppressed because it is too large Load Diff