Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
c24fc428
Commit
c24fc428
authored
Jul 20, 2021
by
稚屿
Committed by
Gitee
Jul 20, 2021
Browse files
修正方法名单词拼写错误
parent
b616a2f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysLoginService.java
View file @
c24fc428
...
...
@@ -62,7 +62,7 @@ public class SysLoginService
// 验证码开关
if
(
captchaOnOff
)
{
validateCapcha
(
username
,
code
,
uuid
);
validateCap
t
cha
(
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
validateCap
t
cha
(
String
username
,
String
code
,
String
uuid
)
{
String
verifyKey
=
Constants
.
CAPTCHA_CODE_KEY
+
uuid
;
String
captcha
=
redisCache
.
getCacheObject
(
verifyKey
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment