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
+2 -2
View File
@@ -115,10 +115,10 @@ export function exportTeachingLog(query) {
})
}
// 下载导入模板(返回 Blob),接口形态:GET /log/teaching-log/download-template
// 下载导入模板(返回 Blob),接口形态:GET /download/teaching-log
export function downloadTeachingLogTemplate() {
return request({
url: '/log/teaching-log/download-template',
url: '/download/teaching-log',
method: 'get',
responseType: 'blob'
})