mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-07 01:34:05 +08:00
课程附件下载api地址修改
This commit is contained in:
parent
e28e2e30af
commit
0aefff9aaf
@ -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