dengjunjie
2025-06-06 7e7f17c08a0f18d83eb379ddff1689597fecefde
代码管理/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)
        {