载具解绑
This commit is contained in:
@@ -116,6 +116,11 @@ export const sendEmpty = (code, vcode) => post('api/pda/sendEmpty', {
|
||||
})
|
||||
|
||||
// 叫空
|
||||
export const callEmpty = (code, vcode) => post('api/pda/callEmpty', {
|
||||
export const callEmpty = (code) => post('api/pda/callEmpty', {
|
||||
point_code: code
|
||||
})
|
||||
|
||||
// 载具解绑
|
||||
export const vehicleUnbind = (code) => post('api/pda/vehicleUnbind', {
|
||||
point_code: code
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user