44323
2023-11-28 621d95aeff9feb8f4f1d7e2d33a18e5f2aa753c4
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);
}