From ce12a541680abb5604b7c90a3130c819848cb973 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 06 六月 2023 19:09:35 +0800
Subject: [PATCH] 1.生产进度报表开发 2.T+对接回调地址信息接口开发
---
VueWebApi/DLL/BLL/LoginBLL.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index feb9c8d..6792ca5 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
@@ -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