| | |
| | | List<AfterVideoVo> getAfterCourseTwos(@RequestParam("appUserId") Integer appUserId); |
| | | |
| | | @PostMapping("/base/coursePack/courseOfPurchased") |
| | | List<PurchaseVo> getAppUsersCourseData(@RequestBody Integer appUserId); |
| | | List<PurchaseVo> getAppUsersCourseData(@RequestBody Integer appUserId); |
| | | |
| | | @PostMapping("/base/coursePack/allPaymentCourseList") |
| | | public List<CouponPaymentVo> getAppuserCourseList(@RequestBody Integer appUserId); |
| | |
| | | List<TCoursePackagePayment> getCoursePackagePaymentOfCode(@RequestBody String code); |
| | | |
| | | @PostMapping("/base/coursePack/sendHours") |
| | | Integer sendHours(String s); |
| | | Integer sendHours(@RequestBody String s); |
| | | |
| | | @PostMapping("/base/coursePack/getClassHour") |
| | | Integer getClassHour(Integer courseConfigId); |
| | |
| | | |
| | | // @PostMapping("/base/coursePack/getClassHour") |
| | | // Integer getClassHour(Integer courseConfigId); |
| | | |
| | | |
| | | |
| | | } |