Commit 05e51c15 authored by lei's avatar lei

fix:排水系统接口联调

parent 704e7601
import request from "@/utils/request";
// 查询实时监测
export function getDraData(query) {
return request({
url: "/business/screen/dra/draData",
method: "get",
params: query,
});
}
// 修改水泵开关
export function updatePumpSwitch(data) {
return request({
url: "/business/screen/dra/changePumpStatus",
method: "post",
data: data,
});
}
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