From ce062b3ff6d8e3db929820d004972df893882d4e Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 18 十二月 2024 09:47:49 +0800
Subject: [PATCH] bug优化

---
 assets/js/middleGround/api/identity.js |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/assets/js/middleGround/api/identity.js b/assets/js/middleGround/api/identity.js
index e878091..df321c7 100644
--- a/assets/js/middleGround/api/identity.js
+++ b/assets/js/middleGround/api/identity.js
@@ -123,6 +123,15 @@
     });
   },
 
+  //妫�鏌ュ井淇″皬绋嬪簭鏄惁娉ㄥ唽
+  checkWeChatAppAccount(data) {
+    return request({
+      url: "/identity/api/CheckWeChatAppAccount",
+      method: "post",
+      data,
+    });
+  },
+
 
   // 閫氳繃鎵嬫満鍙烽噸缃瘑鐮�
   changePasswordByMobilePhone(data) {
@@ -159,6 +168,13 @@
       data,
     });
   },
+  loginByWeChatAppCode(data) {
+    return request({
+      url: "/identity/api/LoginByWeChatAppCode",
+      method: "post",
+      data,
+    });
+  },
 
   // 鑾峰彇閭楠岃瘉鐮�
   getEmailCode(data) {
@@ -176,6 +192,39 @@
       data,
     });
   },
+  //鏇存柊鐢ㄦ埛token
+  refreshToken(data) {
+    return request({
+      url: "/identity/api/ApiRefreshToken",
+      method: "post",
+      data,
+    });
+  },
+  // 閫氳繃refcode鍔犲叆鐝骇/缁�
+  joinGroupByRefCode(data) {
+    return request({
+      url: '/identity/api/ApiJoinGroupByRefCode',
+      method: 'post',
+      data
+    })
+  },
+
+  // 鑾峰彇鍔犲叆缁勭殑鍒楄〃淇℃伅
+  joinedGroupByList(data) {
+    return request({
+      url: '/identity/api/ApiGetJoinedGroupByList',
+      method: 'post',
+      data
+    })
+  },
+  // 鑾峰彇缁勬垨鐝骇鎴愬憳
+  getGroupUserList(data) {
+    return request({
+      url: '/identity/api/ApiGetGroupUserList',
+      method: 'post',
+      data
+    })
+  },
 };
 
 export default identityApi;
\ No newline at end of file

--
Gitblit v1.9.1