无关风月
2024-07-11 eb6b6dbb35a9f029e0b7d269773685c19fd40976
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);
}