添加一键起飞

This commit is contained in:
孙小云 2026-03-19 09:55:12 +08:00
parent dc4bcea5a9
commit 2b84578753
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class TaskController extends BaseController
return R.ok(taskId);
}
@PostMapping(value = "/{oneclick}")
@PostMapping(value = "/oneclick")
public R<Long> createOneClickTaskWithoutPlan(@RequestBody TaskVO taskVO)
{
taskVO.setTaskType(TaskTypeEnum.ONE_CLICK);