| | |
| | | import com.xcong.excoin.common.enumerates.CoinTypeEnum; |
| | | import com.xcong.excoin.common.enumerates.SymbolEnum; |
| | | import com.xcong.excoin.configurations.properties.AliOssProperties; |
| | | import com.xcong.excoin.modules.coin.service.BlockCoinService; |
| | | import com.xcong.excoin.modules.test.dao.TestUserDao; |
| | | import com.xcong.excoin.modules.test.entity.TestUserEntity; |
| | | import com.xcong.excoin.modules.test.service.TestUserService; |
| | |
| | | } |
| | | |
| | | |
| | | @Resource |
| | | private BlockCoinService blockCoinService; |
| | | |
| | | @Test |
| | | public void usdtEthTest() { |
| | | blockCoinService.updateEthUsdt(); |
| | | } |
| | | |
| | | } |