cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/feignclient/course/CoursePackageOrderStudentClient.java
@@ -21,7 +21,7 @@ * @param studentId * @return */ @PostMapping("/getCoursePackageOrderStudent") @PostMapping("/coursePackageOrderStudent/getCoursePackageOrderStudent") List<CoursePackageOrderStudent> getCoursePackageOrderStudent(Integer studentId); @@ -29,6 +29,6 @@ * 扣减学员课时 * @param deductionClassHourList */ @PostMapping("/deductionClassHour") @PostMapping("/coursePackageOrderStudent/deductionClassHour") boolean deductionClassHour(DeductionClassHourList deductionClassHourList); }