Helius
2021-05-25 3543769059c9e72872a0dbb40442b9b5662da728
src/main/java/com/xcong/excoin/quartz/job/XchBaseDataUpdateJob.java
@@ -37,7 +37,7 @@
    private XchProfitService xchProfitService;
    //    @Scheduled(cron = "0 0 0/10 * * ? ")
    @Scheduled(cron = "0 0/20 * * * ? ")
    @Scheduled(cron = "0 0/10 * * * ? ")
    public void baseDataUpdate() {
        log.info("基础数据更新任务");
        // 请求价格等数据 "https://api2.chiaexplorer.com/blockchainSummary"
@@ -119,8 +119,6 @@
    }
    public static void main(String[] args) {
//        System.out.println(HttpRequest.get("https://www.chiaexplorer.com").execute().body());
//        System.out.println(execCurl(cmds));
    }