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