zyy
2025-11-17 03ec6194650d6a79e2256337892a00f52a7be8bf
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);