yl
2022-12-27 4d4e3ad417beccd49f1fe61a158bb1bc3a3537c2
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,6 +39,20 @@
        }
        #endregion
        #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);
        }
        #endregion
        #region[PC登出]
        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
        {