Helius
2021-05-13 13eb3cd1d1533144c49901506c040a11ad3eb0c1
src/test/java/com/xcong/excoin/XchTest.java
@@ -25,4 +25,14 @@
        String day2 = "2021-05-12 23:01:00";
        System.out.println(DateUtil.between(DateUtil.parse(day1), DateUtil.parse(day2), DateUnit.DAY));
    }
    @Test
    public void becomeAgentTest() {
        xchProfitService.autoBeAgent(40L);
    }
    @Test
    public void orderUsdtProfitTest() {
        xchProfitService.usdtProfitDistributorByOrderId(7L);
    }
}