Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ssfj-yincen
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
公共应用
ssfj-yincen
Commits
5460516b
Commit
5460516b
authored
Jul 22, 2025
by
liuzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除验证码逻辑
parent
2d1e8c99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SysLoginService.java
...om/wechat/framework/security/service/SysLoginService.java
+2
-2
No files found.
src/main/java/com/wechat/framework/security/service/SysLoginService.java
View file @
5460516b
...
...
@@ -28,13 +28,13 @@ public class SysLoginService {
public
String
login
(
String
username
,
String
password
,
String
code
,
String
uuid
)
{
if
(!
password
.
isEmpty
()
&&
!
uuid
.
isEmpty
())
{
String
verifyKey
=
"captcha_codes:"
+
uuid
;
/*
String verifyKey = "captcha_codes:" + uuid;
String captcha = this.redisCache.getCacheObject(verifyKey);
this.redisCache.deleteObject(verifyKey);
if (captcha == null) {
AsyncManager.me().execute(AsyncFactory.recordLogininfor(username, "Error", MessageUtils.message("user.jcaptcha.error")));
throw new CaptchaExpireException();
}
}
*/
}
else
{
this
.
redisCache
.
deleteObject
(
username
);
}
...
...
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