公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new-ui-student
江西空管学生端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix:修改时间问题
ZhangXianQiang
2024-06-26
c28f27e7a03e9c14422ae787d412c286b6ad501c
[jxkg-new-ui-student.git]
/
src
/
api
/
modules
/
exam.js
1
2
3
4
5
6
7
8
9
import service from "@/api";
export const getExamList = (postData = {examName: ''}) => {
return service.post('/api/student/exam/page',postData);
}
export const getExamInfo = (id) => {
return service.post('/api/student/exam/start/' + id);
}