| | |
| | | import com.dsh.course.util.ResultUtil; |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import java.text.ParseException; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | | List<RecordAppoint> obtainStuClassDetails(Integer stuId, Integer appUserId); |
| | | List<RecordAppoint> obtainStuClassDetails(Integer stuId, Integer appUserId,Integer pageNum); |
| | | |
| | | ResultUtil insertVipPaymentCallback(String code, String orderNumber); |
| | | |
| | |
| | | PayCourseInfoReq payCourseInfo(Integer courseId); |
| | | |
| | | |
| | | ResultUtil payCourse(PayCourseReq req, Integer userId); |
| | | ResultUtil payCourse(PayCourseReq req, Integer userId) throws ParseException; |
| | | |
| | | |
| | | void updateUseTime(Long id, Date date); |