| | |
| | | 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); |
| | |
| | | |
| | | // @PostMapping("/base/coursePack/getClassHour") |
| | | // Integer getClassHour(Integer courseConfigId); |
| | | |
| | | |
| | | |
| | | } |