|
@@ -66,5 +66,5 @@ export const lessonExaminationGetDetail = (params: any) => {
|
|
};
|
|
};
|
|
/** 添加进度评测记录 */
|
|
/** 添加进度评测记录 */
|
|
export const lessonExaminationSubmit = (data: any) => {
|
|
export const lessonExaminationSubmit = (data: any) => {
|
|
- return request.get(`/lessonExamination/submit`, { data });
|
|
|
|
|
|
+ return request.post(`/lessonExamination/submit`, { data });
|
|
};
|
|
};
|