From efeec81d1a402d9bb4d40f516ec36e74e683cb63 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 06 十一月 2024 08:41:25 +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