puzhibing
2024-03-08 7501140cf637fef9629a80202907ed067c8a5a06
cloud-server-course/src/main/java/com/dsh/course/feignclient/CourseListClient.java
@@ -17,5 +17,5 @@
    @PostMapping("/base/coursePack/courseList")
    List<StoreOfCourseVo> getStoreOfCourseList(@RequestBody Integer storeId);
}