cloud-server-activity/src/main/java/com/dsh/activity/feignclient/course/CoursePackageClient.java
@@ -6,6 +6,8 @@ import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import java.util.List; /** * @author zhibing.pu * @date 2023/7/5 9:55 @@ -24,4 +26,6 @@ @PostMapping("/base/coursePackage/queryConfigCoursePackData") CoursePackagePaymentConfig queryConfigCoursePackData(@RequestBody Integer coursePackConfigId); @PostMapping("/base/coursePackage/queryByStoreId") List<CoursePackage> queryByStoreId(@RequestBody Integer shopId); }