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
87310464
Commit
87310464
authored
May 17, 2024
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改回显验证数据接口
parent
e005e254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CaptchaController.java
...in/java/com/fanjiao/captcha/server/CaptchaController.java
+2
-1
No files found.
server/src/main/java/com/fanjiao/captcha/server/CaptchaController.java
View file @
87310464
...
@@ -120,7 +120,8 @@ public class CaptchaController {
...
@@ -120,7 +120,8 @@ public class CaptchaController {
return
Response
.
success
();
return
Response
.
success
();
}
}
@RequestMapping
(
"/verifyInfo"
)
@RequestMapping
(
"/verify"
)
@ResponseBody
public
Response
<?>
verifyCaptcha
(
public
Response
<?>
verifyCaptcha
(
@RequestParam
(
name
=
"key"
)
String
key
@RequestParam
(
name
=
"key"
)
String
key
)
{
)
{
...
...
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