wangxinhui
4 天以前 a0a0df2e824b6fe7e5a3c0afce78127fecf84fc9
项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/MES/MesController.cs
@@ -143,7 +143,7 @@
        /// </summary>
        /// <param name="boxCode"></param>
        /// <returns></returns>
        [HttpPost, Route("MESBoxCodeNotice"), AllowAnonymous]
        [HttpPost,HttpGet, Route("MESBoxCodeNotice"), AllowAnonymous]
        public string MESBoxCodeNotice(string boxCode)
        {
            return _invokeMESService.MESBoxCodeNotice(boxCode);