装置重启
This commit is contained in:
@@ -24,6 +24,14 @@ export function downLoadDeviceFile(data) {
|
||||
})
|
||||
}
|
||||
|
||||
//装置重启
|
||||
export function reStartDevice(data) {
|
||||
return createAxios({
|
||||
url: `/cs-device-boot/EquipmentDelivery/rebootDevice?nDid=${data.nDid}`,
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
//上传文件至装置
|
||||
export function uploadDeviceFile(data) {
|
||||
let form = new FormData()
|
||||
|
||||
Reference in New Issue
Block a user