yl
2023-03-04 f355af6d5f8a6c8e80ec48b4458e9b33042f198e
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,7 +39,14 @@
        }
        #endregion
        #region[密码重置]
        #region[APP修改密码]
        public static ToMessage AppUpdateUserPassword(string usercode, string username, string password, string newpassword)
        {
            return LoginDAL.AppUpdateUserPassword(usercode, username, password, newpassword);
        }
        #endregion
        #region[APP密码重置]
        public static ToMessage ResettUserPassword(string usercode, string username)
        {
            return LoginDAL.ResettUserPassword(usercode, username);