| | |
| | | import cc.mrbird.febs.dapp.vo.ActiveNftListVo; |
| | | import cc.mrbird.febs.dapp.vo.WalletInfoVo; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | |
| | | |
| | | Map<String, BigDecimal> calPrice(PriceDto priceDto); |
| | | |
| | | int boxSurprise(); |
| | | ActiveNftListVo boxSurprise(); |
| | | |
| | | void activeNft(ActiveDto activeDto); |
| | | |
| | | List<ActiveNftListVo> findUnActiveNftList(); |
| | | |
| | | void withdraw(WithdrawDto withdrawDto); |
| | | |
| | | void updateWalletCoinWithLock(BigDecimal amount, Long memberId); |
| | | |
| | | } |