trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiRealNameAuthContoller.java
@@ -84,10 +84,10 @@ throw new YamiShopBindException("实名姓名长度超过50"); } String authcode = identifyingCodeTimeWindowService.getAuthCode(model.getPhone()); /*String authcode = identifyingCodeTimeWindowService.getAuthCode(model.getPhone()); if (authcode == null || !authcode.equals(model.getCode())) { throw new YamiShopBindException("验证码不正确"); } }*/ Date now = new Date(); BeanUtils.copyProperties(model, realNameAuthRecord);