Helius
2020-12-02 8aff7670afb62b3657d4515bc23e3583a477c62b
src/test/java/com/xcong/excoin/TradeTest.java
@@ -36,7 +36,7 @@
    }
    public static void main(String[] args) throws InterruptedException {
        String s = SecureUtil.md5("123456");
        String s = SecureUtil.md5("330021");
        System.out.println(s);
    }
}