Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
8dbda471
Commit
8dbda471
authored
Jul 23, 2021
by
若依
Committed by
Gitee
Jul 23, 2021
Browse files
Options
Browse Files
Download
Plain Diff
!268 修正方法名单词拼写错误
Merge pull request !268 from 稚屿/N/A
parents
b616a2f2
c24fc428
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysLoginService.java
...java/com/ruoyi/framework/web/service/SysLoginService.java
+2
-2
No files found.
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
Markdown
is supported
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