yl
2022-12-21 140164ad217c8a9b5023575ab146ffec4b07c6ce
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,6 +39,13 @@
        }
        #endregion
        #region[密码重置]
        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)
        {