1
zyy
2025-12-29 8fe48679e2ebf929fb4a6a35b55d1e2401d61495
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiIndexController.java
@@ -694,7 +694,7 @@
        String password = model.getPassword();
        String authCode = identifyingCodeTimeWindowService.getAuthCode(username);
        if (!model.getVerifcode().equalsIgnoreCase(authCode)) {
            throw new YamiShopBindException("无效验证码");
            throw new YamiShopBindException("验证码错误");
        }
        User user = userService.register(username,