添加一键起飞
This commit is contained in:
parent
dc4bcea5a9
commit
2b84578753
|
|
@ -57,7 +57,7 @@ public class TaskController extends BaseController
|
||||||
return R.ok(taskId);
|
return R.ok(taskId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping(value = "/{oneclick}")
|
@PostMapping(value = "/oneclick")
|
||||||
public R<Long> createOneClickTaskWithoutPlan(@RequestBody TaskVO taskVO)
|
public R<Long> createOneClickTaskWithoutPlan(@RequestBody TaskVO taskVO)
|
||||||
{
|
{
|
||||||
taskVO.setTaskType(TaskTypeEnum.ONE_CLICK);
|
taskVO.setTaskType(TaskTypeEnum.ONE_CLICK);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue