Exemple #1
0
        public ActionResult CheckLogin(string tel, string pwd)
        {
            var re = _iSysUserServices.CheckLogin(tel, pwd);

            InsertLog(re.Msg, "登录");
            return(Json(re));
        }