From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期一, 07 七月 2025 17:26:30 +0800
Subject: [PATCH] 企业微信

---
 api/api.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/api.js b/api/api.js
index 6c976d1..e1f72f0 100644
--- a/api/api.js
+++ b/api/api.js
@@ -6,7 +6,7 @@
 	  * 鐧诲綍
 	  */
 	login(params) {
-		return http.post('/sys/mLogin',params)	
+		return http.post('/sys/login',params)	
 	},
 	/**
 	  * 鎵嬫満鍙风爜鐧诲綍
@@ -17,8 +17,8 @@
 	/**
 	  * 绗笁鏂圭櫥褰�
 	  */
-	thirdLogin(token, thirdType,tenantId) {
-		return http.get(`/sys/thirdLogin/getLoginUser/${token}/${thirdType}/${tenantId}`);
+	thirdLogin(token, thirdType) {
+		return http.get(`/sys/thirdLogin/getLoginUser/${token}/${thirdType}`);
 	},
 	/**
 	  * 閫�鍑�

--
Gitblit v1.9.3