张天森
2022-11-10 79ea30958c05cb9a49f1a323ec4b7a3b6cd61824
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java
@@ -78,9 +78,10 @@
    /**
     * 戳戳游戏顶部统计数据
     * @param userId
     * @param type
     * @return
     */
    R getTopStatistics(Long userId);
    R getTopStatistics(Long userId, Integer type);
    /**
     * 戳戳卷领取
@@ -103,4 +104,10 @@
     * @return
     */
    R getMcsGame(Long gameId);
    /**
     * 定时任务-每隔5分钟执行一次,将已到期的微商业街游戏结束
     * @return
     */
    R endStatusForMcsGame();
}