From 1d49bc0e85280bd131d634ce18ca4e86b5120418 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 06 一月 2025 16:10:34 +0800
Subject: [PATCH] 修改首页

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

diff --git a/src/api/onlineEducation/student.js b/src/api/onlineEducation/student.js
index 4df0477..12ef38d 100644
--- a/src/api/onlineEducation/student.js
+++ b/src/api/onlineEducation/student.js
@@ -64,3 +64,9 @@
   })
 }
 
+export function sendMessage(idcard) {
+  return request({
+    url: '/th/batch/sendMessage/' + idcard,
+    method: 'get'
+  })
+}

--
Gitblit v1.9.2