This commit is contained in:
2023-06-02 10:35:16 +08:00
parent 4fa69569ef
commit 3b7bc58e0d
4 changed files with 231 additions and 0 deletions

View File

@@ -114,3 +114,8 @@ export const sendEmpty = (code, vcode) => post('api/pda/sendEmpty', {
point_code: code,
vehicle_code: vcode
})
// 叫空
export const callEmpty = (code, vcode) => post('api/pda/callEmpty', {
point_code: code
})