yl
2022-11-16 e807bc7e010a93b85cae988b0d2d3c969d8b10f5
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,10 +39,24 @@
        }
        #endregion
        #region[登出]
        #region[PC登出]
        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
        {
            return LoginDAL.LoginOut(userid,usercode, username, 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
        #region[App登录查询安灯呼叫信息]
        public static ToMessage LoginAppAnDonMessage(int userid, string usercode, string username, string usertype)
        {
            return LoginDAL.LoginAppAnDonMessage(userid, usercode, username, usertype);
        }
        #endregion
    }