优化设备控制,提交后,实时获取设备返回状态信息
This commit is contained in:
@ -61,4 +61,13 @@ export function mapReverseGeocoding(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 或者设备状态
|
||||
export function deviceRealTimeStatus(params) {
|
||||
return request({
|
||||
url: `/app/device/realTimeStatus`,
|
||||
method: 'get',
|
||||
data:params
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user