From 5d70327428efc1d341617d0b26c059bc5217b951 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 27 十月 2022 17:33:06 +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..c3786e1 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(string rid, string usercode, string username, string usertype)
+        {
+            return LoginDAL.LoginAppAnDonMessage(rid, usercode, username, usertype);
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3