1
z8018
2025-04-05 f94288b728f81b20c29e626526c584c11a7894a3
项目代码/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);
        }
    }
}