发送遥控地锁指令

This commit is contained in:
2023-08-02 13:30:54 +08:00
parent 9b2b2396bb
commit ad2901a19d
3 changed files with 409 additions and 354 deletions

View File

@@ -8,3 +8,12 @@ export function updateFirmware(data) {
data: data
})
}
// 遥控地锁
export function remoteControlGroundLock(data) {
return request({
url: '/pile/remote/remoteControlGroundLock',
method: 'post',
data: data
})
}