| | |
| | | |
| | | 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; |
| | | |
| | |
| | | Result cannonExchange(CannonExchangeDto cannonExchangeDto); |
| | | |
| | | Result goldExchange(GoldExchangeDto goldExchangeDto); |
| | | |
| | | Result getGoldAccount(); |
| | | |
| | | Result getOwnCannon(); |
| | | |
| | | Result fishing(FishingDto fishingDto); |
| | | |
| | | Result getAccountAvaBanlace(); |
| | | |
| | | Result getAwards(); |
| | | |
| | | Result lotteryDraw(LotteryDrawDto lotteryDrawDto); |
| | | |
| | | Result getOwnAwards(CannonWinRecordDto cannonWinRecordDto); |
| | | |
| | | Result getListAwards(); |
| | | } |