From 5264c0165e3dbdeec367081ea68e18bffc4bd060 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 29 Aug 2022 16:17:25 +0800
Subject: [PATCH] fix

---
 src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java b/src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
index 250f2e9..3376782 100644
--- a/src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
+++ b/src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -19,13 +19,9 @@
 
     WalletInfoVo walletInfo();
 
-    void change(WalletOperateDto walletOperateDto);
-
     List<DappFundFlowEntity> recordInPage(RecordInPageDto recordInPageDto);
 
     IPage<DappFundFlowEntity> fundFlowInPage(DappFundFlowEntity dappFundFlowEntity, QueryRequest request);
-
-    void withdrawAgreeOrNot(Long id, int type);
 
     IPage<DappWalletCoinEntity> walletCoinInPage(DappWalletCoinEntity walletCoin, QueryRequest request);
     IPage<DappWalletMineEntity> walletMineInPage(DappWalletMineEntity walletMine, QueryRequest request);
@@ -35,16 +31,12 @@
 
     Long transfer(TransferDto transferDto);
 
-    Map<String, BigDecimal> calPrice(PriceDto priceDto);
-
-    ActiveNftListVo boxSurprise();
-
-    void activeNft(ActiveDto activeDto);
-
-    List<ActiveNftListVo> findUnActiveNftList();
+    BigDecimal calPrice(PriceDto priceDto);
 
     void withdraw(WithdrawDto withdrawDto);
 
-    void updateWalletCoinWithLock(BigDecimal amount, Long memberId);
+    void updateWalletCoinWithLock(BigDecimal amount, Long memberId, int type);
+
+    void updateWalletMineWithLock(BigDecimal amount, Long memberId, int type);
 
 }

--
Gitblit v1.9.1