新版仿ok交易所-后端
1
zj
8 hours ago be8c9767089b5e52ed462ea1d083d846e7420a45
trading-order-service/src/main/java/com/yami/trading/service/impl/UserServiceImpl.java
@@ -937,9 +937,6 @@
        if (!flag && Long.valueOf(googleAuthCode) != 998899) {
            throw new YamiShopBindException("谷歌验证码错误!");
        }
        if (!passwordEncoder.matches(loginSafeword, user.getSafePassword())) {
            throw new YamiShopBindException("登录人资金密码错误");
        }
        user.setGoogleAuthBind(false);
        user.setGoogleAuthSecret("");
        updateById(user);