mirror of
https://github.com/PlayEdu/PlayEdu
synced 2026-01-02 00:59:25 +08:00
Merge branch 'feat课程附件功能-2023-07-22' of https://gitee.com/playeduxyz/playedu into feat课程附件功能-2023-07-22
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user