1
zyy
2025-11-14 ed74442294092ea3f8c29467ae8de3071852e8be
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);