zhangchengsong
2026-04-01 ee3bdbf31d599672fc3427a66655412693e14096
项目代码/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);
        }