src/main/java/com/xcong/excoin/quartz/job/XchBaseDataUpdateJob.java
@@ -35,7 +35,7 @@ @Autowired private XchProfitService xchProfitService; @Scheduled(cron = "* */1 * * * ? ") @Scheduled(cron = "0 0/1 * * * ? ") public void baseDataUpdate() { // 请求价格等数据 String result = getUrlResponse("https://api2.chiaexplorer.com/blockchainSummary");