模板
This commit is contained in:
@@ -44,4 +44,14 @@ export function updateKb(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 下载课程科目导入模板(返回 Blob)
|
||||
// GET /download/course-subject
|
||||
export function downloadCourseSubjectTemplate() {
|
||||
return request({
|
||||
url: '/download/course-subject',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user