ipo
zyy
2026-01-08 4affbdf8938d321c0926bc2b1832dfc81c317ffa
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiRealNameAuthContoller.java
@@ -90,6 +90,9 @@
        if (model.getName().length()  >50) {
            throw new YamiShopBindException("实名姓名长度超过50");
        }
        if (model.getPhone() == null || model.getPhone().isEmpty()) {
            throw new YamiShopBindException("请输入手机号");
        }
        /*String authcode = identifyingCodeTimeWindowService.getAuthCode(model.getPhone());
        if (authcode == null || !authcode.equals(model.getCode())) {