From 7a1b03aad1ec49aa7229d6d1f5d06a0774ba30f8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 18 十月 2022 18:16:56 +0800
Subject: [PATCH] 新增响应人员接口修改
---
VueWebApi/DLL/BLL/LoginBLL.cs | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 73a9574..764558c 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,11 +39,25 @@
}
#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
+
+ #region[App鐧诲綍鏌ヨ瀹夌伅鍛煎彨淇℃伅]
+ public static ToMessage LoginAppAnDonMessage(int userid, string usercode, string username, string usertype)
+ {
+ return LoginDAL.LoginAppAnDonMessage(userid, usercode, username, usertype);
+ }
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.3