| | |
| | | @Scheduled(cron = "0 0/2 * * * ? ") |
| | | public void chainBlockUpdate() { |
| | | log.info("TRC20同步"); |
| | | String sysAddress = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_TRC.getType(), RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_TRC.getCode() |
| | | ).getValue(); |
| | | // String sysAddress = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | // RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_TRC.getType(), RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_TRC.getCode() |
| | | // ).getValue(); |
| | | String sysAddress = "TExto1UjtFcXKw5QdJDRqtx7wTQ15D37GD"; |
| | | String type = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | RunVipDataDictionaryEnum.CHARGE_TYPE_TRC.getType(), RunVipDataDictionaryEnum.CHARGE_TYPE_TRC.getCode() |
| | | ).getValue(); |