Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fj-captcha-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
郑磊
fj-captcha-service
Commits
09049515
Commit
09049515
authored
May 21, 2024
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改验证数据接口
parent
50817ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CaptchaApplication.java
...n/java/com/fanjiao/captcha/server/CaptchaApplication.java
+3
-0
No files found.
server/src/main/java/com/fanjiao/captcha/server/CaptchaApplication.java
View file @
09049515
...
...
@@ -127,6 +127,9 @@ public class CaptchaApplication extends DefaultImageCaptchaApplication {
//读取二次校验数据
var
verification
=
getSecondaryData
(
data
.
getKey
());
if
(
verification
==
null
)
{
return
false
;
}
//如果传入了ip,那就校验ip
String
ip
=
data
.
getIp
();
...
...
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