yl
2022-08-17 43d31c2e56da8954828be4a7e027c6ad0aaf038a
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,11 +39,18 @@
        }
        #endregion
        #region[登出]
        #region[PC登出]
        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
        {
            return LoginDAL.LoginOut(userid,usercode, username, usertype);
        }
        #endregion
        #region[App登出]
        public static ToMessage LoginAppOut(int userid, string usercode, string username, string usertype)
        {
            return LoginDAL.LoginAppOut(userid, usercode, username, usertype);
        }
        #endregion
    }
}