From 94782e82d05ae42e3fd59be93668b48bbb114a15 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期五, 21 一月 2022 13:49:50 +0800
Subject: [PATCH] 仁和区bug提交

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java
index 57ca160..79d2d49 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/McsGameService.java
@@ -81,4 +81,32 @@
      * @return
      */
     R getTopStatistics(Long userId);
+
+    /**
+     * 戳戳卷领取
+     * @param gameId
+     * @param userId
+     * @return
+     */
+    R applyMcsCoupon(Long gameId, Long userId);
+
+    /**
+     * h5分页查询戳戳游戏
+     * @param pageMcsGameDTO
+     * @return
+     */
+    R pageH5McsGame(PageMcsGameDTO pageMcsGameDTO);
+
+    /**
+     * 游戏详情
+     * @param gameId
+     * @return
+     */
+    R getMcsGame(Long gameId);
+
+    /**
+     * 定时任务-每隔5分钟执行一次,将已到期的微商业街游戏结束
+     * @return
+     */
+    R endStatusForMcsGame();
 }

--
Gitblit v1.7.1