trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiKycController.java
@@ -125,10 +125,10 @@ // } // // if (model.getIdNumber().length()>50){ // throw new YamiShopBindException("证件号码长度超过50"); // throw new YamiShopBindException("ID number exceeds 50 characters"); // } // if (model.getName().length()>50){ // throw new YamiShopBindException("实名姓名长度超过50"); // throw new YamiShopBindException("Real name exceeds 50 characters"); // } // BeanUtils.copyProperties(model, realNameAuthRecord); // realNameAuthRecord.setUserId(user.getUserId());