1
zyy
2025-11-04 688bb5a8cfcca8540466b495ede193a1a7e5cd71
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,