From f0ac9f97682703601c73144a882b81355a13c830 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 08 Dec 2021 10:21:19 +0800
Subject: [PATCH] 20211208 fish
---
src/main/java/com/xcong/excoin/modules/fish/service/MemberCannonService.java | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/fish/service/MemberCannonService.java b/src/main/java/com/xcong/excoin/modules/fish/service/MemberCannonService.java
index 8c60692..29efc31 100644
--- a/src/main/java/com/xcong/excoin/modules/fish/service/MemberCannonService.java
+++ b/src/main/java/com/xcong/excoin/modules/fish/service/MemberCannonService.java
@@ -2,10 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcong.excoin.common.response.Result;
-import com.xcong.excoin.modules.fish.dto.CannonExchangeDto;
-import com.xcong.excoin.modules.fish.dto.CoinGoldExchangeDto;
-import com.xcong.excoin.modules.fish.dto.GetCannonsDto;
-import com.xcong.excoin.modules.fish.dto.GoldExchangeDto;
+import com.xcong.excoin.modules.fish.dto.*;
import com.xcong.excoin.modules.fish.entity.CannonOwnRecord;
import org.apache.ibatis.annotations.Param;
@@ -26,4 +23,14 @@
Result getGoldAccount();
Result getOwnCannon();
+
+ Result fishing(FishingDto fishingDto);
+
+ Result getAccountAvaBanlace();
+
+ Result getAwards();
+
+ Result lotteryDraw(LotteryDrawDto lotteryDrawDto);
+
+ Result getOwnAwards(CannonWinRecordDto cannonWinRecordDto);
}
--
Gitblit v1.9.1