Commit 8dbda471 authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !268 from 稚屿/N/A
parents b616a2f2 c24fc428
......@@ -62,7 +62,7 @@ public class SysLoginService
// 验证码开关
if (captchaOnOff)
{
validateCapcha(username, code, uuid);
validateCaptcha(username, code, uuid);
}
// 用户验证
Authentication authentication = null;
......@@ -100,7 +100,7 @@ public class SysLoginService
* @param uuid 唯一标识
* @return 结果
*/
public void validateCapcha(String username, String code, String uuid)
public void validateCaptcha(String username, String code, String uuid)
{
String verifyKey = Constants.CAPTCHA_CODE_KEY + uuid;
String captcha = redisCache.getCacheObject(verifyKey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment