mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-08 02:04:04 +08:00
课程附件下载api地址修改
This commit is contained in:
parent
e28e2e30af
commit
0aefff9aaf
@ -99,7 +99,7 @@ public class CourseController {
|
|||||||
return JsonResponse.data(data);
|
return JsonResponse.data(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/{courseId}/attach/{id}")
|
@GetMapping("/{courseId}/attach/{id}/download")
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public JsonResponse attachmentDownload(
|
public JsonResponse attachmentDownload(
|
||||||
@PathVariable(name = "courseId") Integer courseId,
|
@PathVariable(name = "courseId") Integer courseId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user