| | |
| | | import com.xcong.excoin.modules.coin.parameter.vo.OrderWalletCoinDealVo; |
| | | import com.xcong.excoin.modules.fish.dto.*; |
| | | import com.xcong.excoin.modules.fish.service.MemberCannonService; |
| | | import com.xcong.excoin.modules.fish.vo.AccountAvaBanlaceVo; |
| | | import com.xcong.excoin.modules.fish.vo.CannonSettingVo; |
| | | import com.xcong.excoin.modules.fish.vo.GoldAccountVo; |
| | | import com.xcong.excoin.modules.fish.vo.OwnCannonVo; |
| | |
| | | private MemberCannonService memberCannonService; |
| | | |
| | | /** |
| | | * 获取账户金币,代币,USDT可用余额 |
| | | */ |
| | | @ApiOperation(value="获取账户金币,代币,USDT可用余额", notes="获取账户金币,代币,USDT可用余额") |
| | | @ApiResponses({@ApiResponse( code = 200, message = "success", response = AccountAvaBanlaceVo.class)}) |
| | | @GetMapping(value="/getAccountAva") |
| | | public Result getAccountAvaBanlace() { |
| | | return memberCannonService.getAccountAvaBanlace(); |
| | | } |
| | | |
| | | /** |
| | | * 获取金币账户 |
| | | */ |
| | | @ApiOperation(value="获取金币账户", notes="获取金币账户") |