From 8683c4747c8643791f6e01118d7020aab8983f9a Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 15 八月 2022 19:04:07 +0800
Subject: [PATCH] app登录接口
---
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