feat:增加外部考试

This commit is contained in:
wyx
2023-01-31 10:55:39 +08:00
parent 6ae5d66e20
commit 3effab1346
3 changed files with 215 additions and 99 deletions

View File

@@ -19,3 +19,5 @@ export const IsExistenceProject = (obj) => http.post('/admin/project/queryTaskDo
// 判断当前在线课是否已经添加到该模板库下
export const IsExistenceProjectTemplate = (obj) => http.post('/admin/project/template/queryTaskDoesItExistForTemplate',obj);
// 新建外部考试
export const CreateExternalExam = (obj) => http.post('/external/exam/createExternalExam',obj);