trading-order-admin/src/main/java/com/yami/trading/admin/controller/exchange/ExchangeApplyOrderController.java
@@ -149,9 +149,6 @@ if (Double.valueOf(money_revise).doubleValue() <= 0) { throw new YamiShopBindException("账变金额不能小于等于0"); } if (StringUtils.isNullOrEmpty(login_safeword)) { throw new YamiShopBindException("请输入资金密码"); } if (StringUtils.isNullOrEmpty(reset_type)) { throw new YamiShopBindException("请选择转移方向"); }