huanghongfa
2022-04-19 d89d4a28653657528dc0718f1aa55e1c84ad1e6f
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();
}