zyy
2025-11-18 eeef63d31f05d894c8adbeb0242a8144e6de2b83
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiRealNameAuthContoller.java
@@ -77,6 +77,13 @@
            realNameAuthRecord = new RealNameAuthRecord();
        }
        if (model.getIdBackImg() == null || model.getIdBackImg().isEmpty()) {
            throw new YamiShopBindException("请上传完整证件信息");
        }
        if (model.getIdFrontImg() == null || model.getIdFrontImg().isEmpty()) {
            throw new YamiShopBindException("请上传完整证件信息");
        }
        if (model.getIdNumber().length() > 50) {
            throw new YamiShopBindException("证件号码长度超过50");
        }