puzhibing
2023-11-27 e3892373f0c3c786eccb1d1de0774c3ecc103f53
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);
}