Helius
2021-05-13 1f4fc013c26134cd145c16c4dc6b0cd067441ece
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");
@@ -112,6 +112,6 @@
//    @Scheduled(cron = "0 0 22 * * ?")
    public void usdtProfitJob() {
        log.info("USDT返利任务");
        xchProfitService.agentUsdtProfitDistributor();
//        xchProfitService.agentUsdtProfitDistributor();
    }
}