mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 01:50:17 +08:00
发送遥控地锁指令
This commit is contained in:
@@ -8,3 +8,12 @@ export function updateFirmware(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 遥控地锁
|
||||
export function remoteControlGroundLock(data) {
|
||||
return request({
|
||||
url: '/pile/remote/remoteControlGroundLock',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user