zhangchengsong
10 天以前 f590d457f629d4a7cf6a5e2f77f5454d807e90db
项目代码/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);
        }