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