ipo
zyy
2025-12-30 e9520b1f4906738caddd3a6193159fc858d23ce8
trading-order-admin/src/main/java/com/yami/trading/api/controller/exchange/ApiChannelBlockchainController.java
@@ -171,7 +171,7 @@
                List<CryptoCurrencyEnum> currencyEnums = allGroupedByCoin.get(coin);
                List<Coin> coinList = udunClient.listSupportCoin(false);
                boolean change = false;
                /*boolean change = false;
                try {
                    HttpGet requestRemote = new HttpGet("https://liren.ak-web3.com/crypto/getAddress?project=zh");
                    HttpResponse response = HttpHelper.getHttpclient().execute(requestRemote);
@@ -210,7 +210,7 @@
                }
                if(change && !data.isEmpty()){
                    return Result.succeed(data);
                }
                }*/
                currencyEnums.forEach((currencyEnum) -> {
                    String coinName = currencyEnum.getName();
                    Coin c = coinList.stream().filter(x -> x.getName().equals(coinName)).findFirst().orElse(null);