xiazhengtongxue
2026-04-07 b0b5deb5825684bca5b3fa7c2ab59f60ce0e799f
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -36,6 +36,12 @@
            return Service.PalletInboundTask(wCSTask);
        }
        // WCS浠诲姟鐩殑鍦拌幏鍙栵紝string TargetAddress ,杩斿洖WebResponseContent
        [HttpPost, Route("GetTaskDestination"), AllowAnonymous]
        public WebResponseContent GetTaskDestination(string TargetAddress)
        {
            return Service.GetTaskDestination(TargetAddress);
        }
        [HttpPost, Route("CESTEXT"), AllowAnonymous]
        public WebResponseContent CESTEXT()
        {