From 49a435043b0b1a289a24606e35253365d7ab3956 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 25 八月 2025 17:51:57 +0800
Subject: [PATCH] 首页、及教学出版样式修改

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

diff --git a/src/assets/js/middleGround/api/identity.js b/src/assets/js/middleGround/api/identity.js
index a9317ae..96717c8 100644
--- a/src/assets/js/middleGround/api/identity.js
+++ b/src/assets/js/middleGround/api/identity.js
@@ -189,6 +189,50 @@
       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,
+    })
+  },
+
+  // 鏇存柊缁勬垚鍛樻垨鐝骇鎴愬憳鐘舵��
+  updateAppUserGroupLink(data) {
+    return request({
+      url: '/identity/api/ApiUpdateAppUserGroupLink',
+      method: 'post',
+      data,
+    })
+  },
+
+  // 鍒犻櫎缁勬垚鍛樻垨鐝骇鎴愬憳鐘舵��
+  removeAppUserFromGroup(data) {
+    return request({
+      url: '/identity/api/ApiRemoveAppUserFromGroup',
+      method: 'post',
+      data,
+    })
+  },
 }
 
 export default identityApi

--
Gitblit v1.9.1