| | |
| | | import com.xcong.excoin.common.response.Result; |
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberWalletAgentInfoVo; |
| | | import com.xcong.excoin.modules.coin.parameter.vo.OrderWalletCoinDealVo; |
| | | 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.service.MemberCannonService; |
| | | import com.xcong.excoin.modules.fish.vo.CannonSettingVo; |
| | | import com.xcong.excoin.modules.fish.vo.GoldAccountVo; |
| | |
| | | return memberCannonService.getOwnCannon(); |
| | | } |
| | | |
| | | /** |
| | | * 捕鱼 |
| | | */ |
| | | @ApiOperation(value = "捕鱼") |
| | | @PostMapping(value = "/fishing") |
| | | public Result fishing(@RequestBody FishingDto fishingDto) { |
| | | return memberCannonService.fishing(fishingDto); |
| | | } |
| | | |
| | | } |