无关风月
2025-08-18 4f5d220cd175b1cb48c6fc91cb02cb12f6114746
cloud-server-activity/src/main/java/com/dsh/activity/feignclient/course/CoursePackageClient.java
@@ -18,6 +18,7 @@
    /**
     * 根据id获取课包
     *
     * @param id
     * @return
     */
@@ -26,6 +27,7 @@
    @PostMapping("/base/coursePackage/queryConfigCoursePackData")
    CoursePackagePaymentConfig queryConfigCoursePackData(@RequestBody Integer coursePackConfigId);
    @PostMapping("/base/coursePackage/queryByStoreId")
    List<CoursePackage> queryByStoreId(@RequestBody Integer shopId);
}