| | |
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import com.xcong.excoin.modules.blackchain.service.TrxUsdtUpdateService;
|
| | | import org.junit.jupiter.api.Test;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.boot.test.context.SpringBootTest;
|
| | |
|
| | | import com.xcong.excoin.common.enumerates.CoinTypeEnum;
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | @Autowired
|
| | | private TrxUsdtUpdateService trxUsdtUpdateService;
|
| | |
|
| | | @Test
|
| | | public void coinTest() {
|
| | | List<String> address = new ArrayList<>();
|
| | | address.add("TKcyw4igFYhNpTzyZv25j6uDwvTYzncnjp");
|
| | | trxUsdtUpdateService.httpTransactionInfo(address, 20137024L);
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | | }
|