项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs
@@ -19,6 +19,10 @@ _httpContextAccessor = httpContextAccessor; } [HttpPost, HttpGet, Route("CreateTask"), AllowAnonymous] public WebResponseContent CreateTask(string takePosition, string putPosition, string deviceCode, int length, int width, int height) { return Service.CreateTask(takePosition, putPosition, deviceCode, length, width, height); } } }