From 1fa2461678d7f93b88f5666c4898e5b6c72080f3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 16 十二月 2024 10:21:06 +0800
Subject: [PATCH] 个人中心,班级、课程模块

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

diff --git a/assets/js/middleGround/api/identity.js b/assets/js/middleGround/api/identity.js
index f4a040a..ab59fa0 100644
--- a/assets/js/middleGround/api/identity.js
+++ b/assets/js/middleGround/api/identity.js
@@ -199,7 +199,24 @@
       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
+    })
+  },
 };
 
 export default identityApi;
\ No newline at end of file

--
Gitblit v1.9.1