From a89cc4281bf7d4c6d984bb9827cd0f175416c286 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 05 七月 2024 17:06:26 +0800
Subject: [PATCH] 修改

---
 src/api/onlineEducation/student.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/onlineEducation/student.js b/src/api/onlineEducation/student.js
index b886145..4df0477 100644
--- a/src/api/onlineEducation/student.js
+++ b/src/api/onlineEducation/student.js
@@ -56,3 +56,11 @@
   })
 }
 
+
+export function studentCourseDetail(uuid) {
+  return request({
+    url: '/th/course/student/' + uuid,
+    method: 'get'
+  })
+}
+

--
Gitblit v1.9.2