update
parent
86cfa43bf1
commit
07448e135e
|
@ -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
Loading…
Reference in New Issue