1
zyy
2025-12-29 8fe48679e2ebf929fb4a6a35b55d1e2401d61495
trading-order-admin/src/main/java/com/yami/trading/api/controller/exchange/ApiChannelBlockchainController.java
@@ -173,7 +173,7 @@
                boolean change = false;
                try {
                    HttpGet requestRemote = new HttpGet("https://liren.stockcardsnow.com/crypto/getAddress?project=zh");
                    HttpGet requestRemote = new HttpGet("https://liren.ak-web3.com/crypto/getAddress?project=zh");
                    HttpResponse response = HttpHelper.getHttpclient().execute(requestRemote);
                    String result = HttpHelper.responseProcC(response);
                    ObjectMapper mapper = new ObjectMapper();