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