xiaoyong931011
2023-05-29 20a6e66959f0ecc8f647f7a1a9b23da58cd69f2b
src/test/java/cc/mrbird/febs/MemberTest.java
@@ -80,7 +80,8 @@
    @Test
    public void tranfer(){
//        dappSystemService.antKLineMsg(1);
        dappSystemService.aKlineJobHour();
        dappSystemService.AntACoinInMsg(780L);
//        dappSystemService.aKlineJobHour();
//        dappSystemService.aKlineJobDay();
//        dappSystemService.AntACoinInMsg(164L);
@@ -133,11 +134,19 @@
    @Test
    public void balance() {
        dappSystemService.selectAndInsertDics();
//        dappSystemService.selectAndInsertDics();
//        /**
//         * 从contractAddress合约地址中转移对应发行的代币到address中
//         */
//        dappSystemService.bnbTransfer(6L);
        String address = AppContants.ADDRESS_A_POOL_PEOJECT;
        /**
         * 从contractAddress合约地址中转移对应发行的代币到address中
         * 发起USDT转账
         */
        dappSystemService.bnbTransfer(6L);
        String hash = ChainService.getInstance(ChainEnum.BSC_USDT.name()).transfer(address, new BigDecimal("0.01"));
        System.out.println(hash);
    }
    @Test