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