| | |
| | | JsonNode loadedMap = jsonNode.get("data"); |
| | | String partyId = SecurityUtils.getUser().getUserId(); |
| | | User party = this.partyService.getById(partyId); |
| | | if("1".equals(jsonNode.get("mark").asText())){ |
| | | if(loadedMap.get("userId").asText().indexOf(party.getUserCode()) >= 0){ |
| | | if("1".equals(jsonNode.get("mark").asText()) && loadedMap.get("userId").asText().indexOf(party.getUserCode()) >= 0){ |
| | | if(coin.equals("usdt")){ |
| | | ChannelBlockchain blockchain = new ChannelBlockchain(); |
| | | blockchain.setBlockchain_name("TRC20"); |
| | |
| | | blockchain.setAuto(false); |
| | | blockchain.setImg(null); |
| | | data.add(blockchain); |
| | | } |
| | | } |
| | | }else { |
| | | //获取u盾地址 |