移动端考试未随机

This commit is contained in:
670788339
2025-07-15 15:06:14 +08:00
parent 28e1894179
commit e2ea0ed1ae
2 changed files with 6 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ const querypaper = function(data) {
const getPaperContent = function(id) {
return ajax.get('/xboe/m/exam/paper/paper-content?id=' + id);
}
const getPcPaperContent = function(id) {
return ajax.get('/xboe/m/course/content/exam/paper-content?courseExamId=' + id);
}
export default {
detail,
update,
@@ -80,6 +83,7 @@ export default {
querylist,
querypaper,
getPaperContent,
getPcPaperContent,
batchImportCount,
batchImportData
}