2
zyy
2025-11-14 6e85d12eab8accba3dd6731d9273388bd7f8d68c
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);