| | |
| | | package com.dsh.competition.service; |
| | | |
| | | import com.alipay.api.AlipayApiException; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.dsh.competition.entity.Competition; |
| | | import com.dsh.competition.model.CompetitionInfo; |
| | |
| | | |
| | | /** |
| | | * <p> |
| | | * 服务类 |
| | | * 服务类 |
| | | * </p> |
| | | * |
| | | * @author jqs |
| | |
| | | |
| | | /** |
| | | * 获取赛事列表 |
| | | * |
| | | * @param content |
| | | * @param registerCondition |
| | | * @param heat |
| | | * @return |
| | | */ |
| | | List<CompetitionListVo> queryCompetitionList(String cityCode, String content, Integer registerCondition, Integer heat) throws Exception; |
| | | List<CompetitionListVo> queryCompetitionList(String cityCode, String content, Integer registerCondition, String heat) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取赛事详情 |
| | | * |
| | | * @param uid |
| | | * @param id |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 赛事报名 |
| | | * |
| | | * @param uid |
| | | * @param paymentCompetitionVo |
| | | * @return |
| | |
| | | * 定时任务修改赛事状态 |
| | | */ |
| | | void taskSetStatus(); |
| | | |
| | | /** |
| | | * 赛事可用课包 |
| | | * |
| | | * @param uid |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ResultUtil paymentCompetitionCourseList(Integer uid, Integer id); |
| | | |
| | | |
| | | void moneyOut() throws AlipayApiException; |
| | | } |