From 723ef76d9a5b5ff07704a49ca90d432c47a226c7 Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期三, 17 四月 2019 09:43:35 +0800 Subject: [PATCH] Merge branch 'div' --- fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java index 99a733e..5458278 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java @@ -931,8 +931,7 @@ throw new UserAccountException(1, "楠岃瘉鐮侀敊璇紝閲嶆柊杈撳叆"); } } - redisManager.clearSMSFrequencyLimit(phone, SMSHistory.TYPE_LOGIN); - + JSONObject logInfo = new JSONObject(); logInfo.put("appId", appId); logInfo.put("phone", phone); @@ -945,6 +944,13 @@ if (identifyCode1 != null && identifyCode1.getEffective() != null && identifyCode1.getEffective()) { throw new UserAccountException(Constant.CODE_FORBIDDEN_USER, Constant.FORBIDDEN_USER_REASON_DESC); } + + + // 娓呯┖闄愬埗 + redisManager.clearSMSFrequencyLimit(phone, SMSHistory.TYPE_LOGIN); + // 娓呯悊娆℃暟 + redisManager.removeCommonString("sendMSNLoginCount" + phone); + // 鏌ヨ鏄惁瀛樺湪璇ョ數璇濆巻鍙茬敤鎴� UserInfo userInfo = userInfoMapper.getEffectiveUserInfoByPhone(phone); -- Gitblit v1.8.0