From 2f6c38bbde106b3e551e08cc28b17d9c62f42015 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 26 八月 2022 16:48:51 +0800
Subject: [PATCH] nothing

---
 VueWebApi/DLL/BLL/LoginBLL.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 73a9574..feb9c8d 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/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
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3