修改台账
This commit is contained in:
@@ -144,11 +144,3 @@ export function queryPushResult() {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
//监测设备接入
|
||||
export function onlineRegister(data: any) {
|
||||
return createAxios({
|
||||
url: '/access-boot/device/onlineRegister',
|
||||
method: 'post',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -103,3 +103,11 @@ export function engineeringProject() {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
//监测设备接入
|
||||
export function onlineRegister(data: any) {
|
||||
return createAxios({
|
||||
url: '/access-boot/device/onlineRegister',
|
||||
method: 'post',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user