Admin
2026-04-01 80c208e2f0587693cf098b9eeae272b046bf6b8b
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/WMSTaskController.cs
@@ -38,6 +38,7 @@
        [HttpPost, Route("getPortStatus"), AllowAnonymous]
        public ApiResponse getPortStatus([FromBody] string[] datas)
        {
            return Service.getPortStatus(datas);
        }