From a02473e11943579fa3ef4c2392624609d1475c0e Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 25 六月 2024 15:23:07 +0800
Subject: [PATCH] feat:对接登录、会议接口

---
 src/api/modules/exam.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/api/modules/exam.js b/src/api/modules/exam.js
index 2d4d7e4..1df7671 100644
--- a/src/api/modules/exam.js
+++ b/src/api/modules/exam.js
@@ -7,4 +7,8 @@
 
 export const getExamInfo = () => {
   return service.get('/api/v1/getExamInfo');
+}
+
+export const getExamListV2 = (postData = {examName: ''}) => {
+  return service.post('/api/student/exam/page',postData);
 }
\ No newline at end of file

--
Gitblit v1.8.0