AOI
啊鑫
4 天以前 a5019b475f8620dba3b495da983f4db9e32f7ca8
MESApplication/Controllers/Base/LoginController.cs
@@ -3,6 +3,7 @@
using MES.Service.service;
using MES.Service.util;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace MESApplication.Controllers.Base;
@@ -105,4 +106,5 @@
            return ResponseResult.ResponseError(ex);
        }
    }
}