This commit is contained in:
2026-08-27 10:31:21 +08:00
parent 25f37a1d9a
commit 90e03e1faf
10 changed files with 126 additions and 16 deletions
@@ -61,10 +61,10 @@ export function deleteTeachingMaterial(id) {
})
}
/** 教材导入模板下载 GET /teachingMaterial/template */
/** 教材导入模板下载 GET /download/teaching-material */
export function downloadTeachingMaterialTemplate() {
return request({
url: '/teachingMaterial/template',
url: '/download/teaching-material',
method: 'get',
responseType: 'blob'
})