课程附件下载api地址修改

This commit is contained in:
none 2023-07-29 15:04:14 +08:00
parent e28e2e30af
commit 0aefff9aaf

View File

@ -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,