1
xiazhengtongxue
2026-02-07 4f2fb79143f0545e96f114c92e1da733b2d9716a
项目代码/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()
        {