feat:增加内部考试,外部考试编辑

This commit is contained in:
wyx
2023-02-10 17:55:42 +08:00
parent 962f55dee5
commit 1b4bb2b5ee
4 changed files with 121 additions and 68 deletions

View File

@@ -22,4 +22,6 @@ export const queryExaminationAloneExtendList = (obj) => http.post('/examination/
// 对接三方考试任务保存接口-三方
export const examinationTaskSave = (obj) => http.post('/examination/examinationTaskSave', obj);
//编辑考试信息
export const updateExamination = (obj) => http.post('/examination/updateExamination', obj);
export const updateExamination = (obj) => http.post('/examination/updateExamination', obj);
//编辑外部考试信息
export const updateExternalExam = (obj) => http.post('/external/exam/updateExternalExam', obj);