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