作者 若依
提交者 Gitee

!268 修正方法名单词拼写错误

Merge pull request !268 from 稚屿/N/A
@@ -62,7 +62,7 @@ public class SysLoginService @@ -62,7 +62,7 @@ public class SysLoginService
62 // 验证码开关 62 // 验证码开关
63 if (captchaOnOff) 63 if (captchaOnOff)
64 { 64 {
65 - validateCapcha(username, code, uuid); 65 + validateCaptcha(username, code, uuid);
66 } 66 }
67 // 用户验证 67 // 用户验证
68 Authentication authentication = null; 68 Authentication authentication = null;
@@ -100,7 +100,7 @@ public class SysLoginService @@ -100,7 +100,7 @@ public class SysLoginService
100 * @param uuid 唯一标识 100 * @param uuid 唯一标识
101 * @return 结果 101 * @return 结果
102 */ 102 */
103 - public void validateCapcha(String username, String code, String uuid) 103 + public void validateCaptcha(String username, String code, String uuid)
104 { 104 {
105 String verifyKey = Constants.CAPTCHA_CODE_KEY + uuid; 105 String verifyKey = Constants.CAPTCHA_CODE_KEY + uuid;
106 String captcha = redisCache.getCacheObject(verifyKey); 106 String captcha = redisCache.getCacheObject(verifyKey);