| | |
| | | CourseDetailsResponse queryRegisteredCourseDetails(Long coursePayId, Integer appUserId, String lon, String lat); |
| | | |
| | | |
| | | ResultUtil ContinuationOrpaymentCourse(Integer userIdFormRedis, ClasspaymentRequest request); |
| | | ResultUtil ContinuationOrpaymentCourse(Integer userId, ClasspaymentRequest request); |
| | | |
| | | /** |
| | | * 查询学员的课包上课记录 |
| | |
| | | */ |
| | | List<RecordAppoint> obtainStuClassDetails(Integer stuId, Integer appUserId, Integer pageNum); |
| | | |
| | | ResultUtil insertVipPaymentCallback(String code, String orderNumber); |
| | | ResultUtil insertVipPaymentCallback(String code, String orderNumber) throws Exception; |
| | | |
| | | List<BillingRequest> queryAmountDatas(Integer appUserId, String monthStart, String monthEnd); |
| | | |