From db905ecd14f63dba9337b4f4715584ef2d7e8c7e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 07 三月 2025 14:45:00 +0800 Subject: [PATCH] 修改 --- src/api/onlineEducation/student.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/api/onlineEducation/student.js b/src/api/onlineEducation/student.js index b886145..12ef38d 100644 --- a/src/api/onlineEducation/student.js +++ b/src/api/onlineEducation/student.js @@ -56,3 +56,17 @@ }) } + +export function studentCourseDetail(uuid) { + return request({ + url: '/th/course/student/' + uuid, + method: 'get' + }) +} + +export function sendMessage(idcard) { + return request({ + url: '/th/batch/sendMessage/' + idcard, + method: 'get' + }) +} -- Gitblit v1.9.2