src/main/java/com/xcong/excoin/modules/coin/controller/Trc20Controller.java | ●●●●● 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("币种错误"); }