dengjunjie
2025-06-06 c1b448e302ae76d129eb136b698308754bf783c5
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs
@@ -28,7 +28,11 @@
            _outboundService = outboundService;
            _taskService = taskService;
        }
        /// <summary>
        /// 鍙枡
        /// </summary>
        /// <param name="endPoint"></param>
        /// <returns></returns>
        [HttpPost, Route("CallMateriel"), AllowAnonymous]
        public WebResponseContent CallMateriel([FromBody] string endPoint)
        {