无关风月
2025-05-08 9486766c806fe1d9e082b2fd02ea1cc558f1b443
cloud-server-activity/src/main/java/com/dsh/activity/service/BenefitsVideosService.java
@@ -19,6 +19,7 @@
    /**
     * 获取福利视频分类列表数据
     *
     * @param uid
     * @param search
     * @return
@@ -26,9 +27,12 @@
     */
    List<BenefitsVideoClassificationListVo> queryClassificationBenefitsVideosList(Integer uid, Integer position, String search) throws Exception;
    List<BenefitsVideoClassificationListVo> queryClassificationBenefitsVideosListOne(Integer uid, Integer position, String search) throws Exception;
    /**
     * 获取福利视频列表
     *
     * @param uid
     * @param classificationId
     * @param pageSize
@@ -41,6 +45,7 @@
    /**
     * 获取福利视频详情
     *
     * @param uid
     * @param id
     * @return
@@ -51,13 +56,14 @@
    /**
     * 视频观看完毕后获得奖励
     *
     * @param id
     * @throws Exception
     */
    void receiveAward(Integer uid, Integer id) throws Exception;
    List<BenefitsVideos> getBenefitVideoById(Integer id);
    List<BenefitsVideos> getBenefitVideoById(Integer id, Integer state);
    List<BenefitsVideos> getBybIdAndcId(Integer benefitsVideoClassificationId, Integer courseId);
}