add取消充电任务

This commit is contained in:
2024-08-19 16:33:24 +08:00
parent e11ba0b07b
commit b22d1c772f
9 changed files with 78 additions and 4 deletions

View File

@@ -101,4 +101,11 @@ export const updateTask = (code,type) => request({
export const taskCharge = () => request({
url:'api/hand/taskCharge',
data: {}
})
/**
* 取消充电任务
*/
export const cancleTaskCharge = () => request({
url:'api/hand/cancleTaskCharge',
data: {}
})