| | |
| | | throw new FebsException("请输入正确的地址"); |
| | | } |
| | | |
| | | /** |
| | | * 转ausdt,只能推广线上 |
| | | */ |
| | | String refererIdsDone = dappMemberEntity.getRefererIds(); |
| | | String inviteIdDone = dappMemberEntity.getInviteId(); |
| | | String refererIdsOther = memberParent.getRefererIds(); |
| | | String inviteId1Other = memberParent.getInviteId(); |
| | | if(!(StrUtil.contains(refererIdsOther,inviteIdDone) || StrUtil.contains(refererIdsDone,inviteId1Other))){ |
| | | throw new FebsException("不满足互转规则"); |
| | | } |
| | | |
| | | BigDecimal coinCnt = roundCoinDto.getCoinCnt(); |
| | | if(BigDecimal.ZERO.compareTo(coinCnt) >= 0){ |
| | | throw new FebsException("输入正确的数量"); |