From 66f9e1bbb7dff074f15fb31806a6e0df22424805 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 25 Jun 2026 15:12:21 +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