充电任务

This commit is contained in:
2023-02-13 09:05:05 +08:00
parent e606e2c63f
commit 92c42c5e7d
6 changed files with 107 additions and 0 deletions

View File

@@ -54,3 +54,8 @@ export const callTask = (scodes, code) => post2('api/hand/callTask', {
start_device_codes: scodes,
next_device_code: code
})
/** 充电任务 */
export const createChargingTask = (type) => post2('api/hand/createChargingTask', {
type: type
})