From 8918c0d29b8505e0096b516e70c28707ffb4a168 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 29 Jun 2026 17:07:06 +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 3fca7c7..2c77fd9 100644
--- a/src/api/onlineEducation/student.js
+++ b/src/api/onlineEducation/student.js
@@ -7,6 +7,12 @@
params: param
})
}
+export function getStudentAll() {
+ return request({
+ url: '/student/list/checkAll',
+ method: 'get',
+ })
+}
export function getStudentById(params) {
return request({
--
Gitblit v1.9.2