Commit 789bd382 authored by forevertyler's avatar forevertyler

fix:sth

parents 94a56373 9010d2c3
...@@ -42,3 +42,12 @@ export function getDeviceStatus(query) { ...@@ -42,3 +42,12 @@ export function getDeviceStatus(query) {
params: query, params: query,
}); });
} }
// 查询近7日报警信息
export function getRecentSevDaysAlarms(query) {
return request({
url: "/business/screen/env/recentSevDaysAlarms",
method: "get",
params: query,
});
}
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment