From 5219bb472eb039374c00486b2acc22d8b2bae07f Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 18 十月 2022 11:34:11 +0800
Subject: [PATCH] 新增登录后我的消息接口
---
VueWebApi/DLL/BLL/LoginBLL.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index feb9c8d..764558c 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -52,5 +52,12 @@
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