| | |
| | | **/ |
| | | @Slf4j |
| | | public class TRC20ApiUtils { |
| | | private static final String TRC20_API = "http://27.50.59.35:5002/"; |
| | | private static final String TRC20_API = "http://101.132.189.0:5002/"; |
| | | public static final String SIGN_STR = "w@a!llokmet"; |
| | | |
| | | /** |
| | |
| | | * @date 2020-08-13 |
| | | **/ |
| | | @Slf4j |
| | | @SpringBootTest |
| | | @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) |
| | | public class MemberSettingTest { |
| | | |
| | | @Resource |
| | |
| | | |
| | | memberSettingDao.batchInsert(list); |
| | | } |
| | | |
| | | @Test |
| | | public void memberTest() { |
| | | MemberEntity memberEntity = memberDao.selectById(46L); |
| | | log.info("--->{}", memberEntity); |
| | | } |
| | | } |