44323
2024-03-11 ceacc612529f38c632d85d91bb5309baa5ebb82a
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);
}