chenhaozhe
2 天以前 14ae0e21c8660dbb3ac20a5b0d9db9b6dde3cfb9
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs
@@ -12,6 +12,7 @@
using WebAPI.Models;
namespace WebAPI.Controllers.BaseSet
{
    [AllowAnonymous]
    public class Xt_grdAlignment_WMESController : ApiController
    {
        private json objJsonResult = new json();
@@ -875,6 +876,8 @@
        #region 报错信息 查询
        [Route("Xt_grdAlignment_WMES/SelectMessageError")]
        [HttpGet]
        [AllowAnonymous]
        public object SelectMessageError(string ErrorCode)
        {
            try