| | |
| | | if (e.to == null) { |
| | | return; |
| | | } |
| | | String sysAddress = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_BSC.getType(), RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_BSC.getCode() |
| | | ).getValue(); |
| | | // String sysAddress = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | // RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_BSC.getType(), RunVipDataDictionaryEnum.CHARGE_SYS_ADDRESS_BSC.getCode() |
| | | // ).getValue(); |
| | | String sysAddress = "0x056454C4f080D3574E9E697dBBc05031d070BaA0"; |
| | | String type = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | RunVipDataDictionaryEnum.CHARGE_TYPE_BSC.getType(), RunVipDataDictionaryEnum.CHARGE_TYPE_BSC.getCode() |
| | | ).getValue(); |