充电任务
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user