From 5df95813c39406230c9c6fb79ce13a020477918e Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 08 十二月 2022 15:05:38 +0800
Subject: [PATCH] 修改app开包工接收参数接口

---
 VueWebApi/DLL/BLL/LoginBLL.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 764558c..2d57cc8 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -42,7 +42,7 @@
         #region[PC鐧诲嚭]
         public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
         {
-            return LoginDAL.LoginOut(userid,usercode, username, usertype);
+            return LoginDAL.LoginOut(userid, usercode, username, usertype);
         }
         #endregion
 
@@ -54,9 +54,9 @@
         #endregion
 
         #region[App鐧诲綍鏌ヨ瀹夌伅鍛煎彨淇℃伅]
-        public static ToMessage LoginAppAnDonMessage(int userid, string usercode, string username, string usertype)
+        public static ToMessage LoginAppAnDonMessage(string rid, string usercode, string username, string usertype)
         {
-            return LoginDAL.LoginAppAnDonMessage(userid, usercode, username, usertype);
+            return LoginDAL.LoginAppAnDonMessage(rid, usercode, username, usertype);
         }
         #endregion
     }

--
Gitblit v1.9.3