fix:修复bug
This commit is contained in:
@@ -79,3 +79,15 @@ export const forcefOpenEmptyGrid = (deviceNo) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 发送租借指令
|
||||
export const sendRentCommand = (data) => {
|
||||
return request({
|
||||
url: '/app/device/sendRentCommand',
|
||||
method: 'post',
|
||||
data,
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user