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
8dbda471
Commit
8dbda471
authored
Jul 23, 2021
by
若依
Committed by
Gitee
Jul 23, 2021
Browse files
!268 修正方法名单词拼写错误
Merge pull request !268 from 稚屿/N/A
parents
b616a2f2
c24fc428
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysLoginService.java
View file @
8dbda471
...
...
@@ -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