【修改】试卷任务参数,【新增】试题数据交互

This commit is contained in:
YOHO\20373
2025-05-16 15:11:47 +08:00
committed by 陆光LG
parent 47cfdee979
commit 9e969aadc1
35 changed files with 5304 additions and 117 deletions

View File

@@ -24,6 +24,13 @@ export async function getSession(id) {
return await request.get({ url: '/exam/session/' + id })
}
export async function getTime(id) {
return await request.get({ url: '/exam/session/getTime/' + id })
}
/**
* 添加试卷场次