瀏覽代碼

设备管理报警主机js提交

xujie 1 年之前
父節點
當前提交
5fa8c365be
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/api/iot/deviceInfo.js

+ 7 - 0
src/api/iot/deviceInfo.js

@@ -14,3 +14,10 @@ export function getDetailById(id) {
     method: 'get',
   })
 }
+
+export function getAlarmHostDetailById(id) {
+  return request({
+    url: '/iot/deviceInfo/alarmHost/'+id,
+    method: 'get',
+  })
+}