nickchange
2023-11-27 0e382ffab8b3abba1d620187312cca90c81bae25
cloud-server-course/src/main/java/com/dsh/course/feignclient/VideoOfCourseListClient.java
@@ -14,5 +14,5 @@
    @PostMapping("/base/courseVideo/getAllList")
    List<ExerciseVideo> getStuCourseOfVideoList(@RequestBody List<Integer> coursePackIds);
}