Helius
2020-11-12 ef4769d766d4b3750f391abb87b564188a043fd9
modify
1 files modified
1 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/coin/controller/Trc20Controller.java 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/controller/Trc20Controller.java
@@ -89,6 +89,7 @@
    @PostMapping(value = "/withdrawTrcAmount")
    public Result withdrawTrcAmount(@RequestBody TrcWithdrawDto trcWithdrawDto) {
        log.info("提币审核接口参数:{}", trcWithdrawDto);
        if (!CoinTypeEnum.USDT.name().equals(trcWithdrawDto.getSymbol())) {
            return Result.fail("币种错误");
        }