xiaoyong931011
2022-11-21 5d1fc41db9c48ca7e4beffdfeb789fd6f69f4d2f
src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java
@@ -98,7 +98,7 @@
    private final TrxUsdtUpdateService trxUsdtUpdateService;
    @ApiOperation(value = "IGT充值未到账,比对本地地址 同步充值USDT-TRC20")
    @GetMapping(value = "/updateAddress")
    @PostMapping(value = "/updateAddress")
    public FebsResponse updateAddress(@RequestBody UpdateAddressDto updateAddressDto) {
        if("xy".equals(updateAddressDto.getSymbol())){
            long blockHeight = Long.parseLong(updateAddressDto.getBlockHeight());