wangxinhui
2025-11-21 5336bfc54525253a30f1f8238806d3a67f388e14
项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/MES/MesController.cs
@@ -143,10 +143,10 @@
        /// </summary>
        /// <param name="boxCode"></param>
        /// <returns></returns>
        [HttpPost, Route("MESBoxCodeNotice"), AllowAnonymous]
        public string MESBoxCodeNotice(string boxCode)
        [HttpPost,HttpGet, Route("MESBoxCodeNotice"), AllowAnonymous]
        public WebResponseContent MESBoxCodeNotice(string boxCode)
        {
            return _invokeMESService.MESBoxCodeNotice(boxCode);
            return _proInOrderInfoService.MESBoxCode(boxCode);
        }
    }
}