From 8024ec8c0300dcffa0caf4e2a030e068a9051bc2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 18 一月 2024 09:08:31 +0800
Subject: [PATCH] 1.ServiceStack.Redis 依赖包变更为StackExchange.Redis

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

diff --git a/VueWebCoreApi/DLL/BLL/LoginBLL.cs b/VueWebCoreApi/DLL/BLL/LoginBLL.cs
index 6589ff6..d38a705 100644
--- a/VueWebCoreApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/LoginBLL.cs
@@ -62,5 +62,13 @@
             return LoginDAL.LoginAppAnDonMessage(rid, usercode, username, usertype, stu_torgcode, stu_torgtypecode);
         }
         #endregion
+
+
+        #region[App鐗堟湰鍗囩骇鎺ュ彛]
+        public static ToMessage AppUpgrade()
+        {
+            return LoginDAL.AppUpgrade();
+        }
+        #endregion
     }
 }

--
Gitblit v1.9.3