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