forked from liweijie/education
模板
This commit is contained in:
@@ -67,3 +67,13 @@ export function exportJointTraining() {
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
// 下载联教联训导入模板(返回 Blob)
|
||||
// GET /download/joint-training
|
||||
export function downloadJointTrainingTemplate() {
|
||||
return request({
|
||||
url: '/download/joint-training',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user