Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
1907d0f5
Commit
1907d0f5
authored
Aug 01, 2023
by
唐峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉极验降级验证
parent
7299b751
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
GeetestBehaviorStrategy.java
...n/quantgroup/xyqb/service/v2/GeetestBehaviorStrategy.java
+0
-1
QuantGroupBehaviorStrategy.java
...uantgroup/xyqb/service/v2/QuantGroupBehaviorStrategy.java
+1
-1
No files found.
src/main/java/cn/quantgroup/xyqb/service/v2/GeetestBehaviorStrategy.java
View file @
1907d0f5
...
@@ -78,7 +78,6 @@ public class GeetestBehaviorStrategy implements BehaviorStrategy {
...
@@ -78,7 +78,6 @@ public class GeetestBehaviorStrategy implements BehaviorStrategy {
imgMap
=
geetestCaptchaService
.
fetchGeetestCaptcha
(
PasswordUtil
.
MD5
(
key
),
behaviorReq
.
getIp
(),
ClientType
.
valueByCode
(
behaviorReq
.
getClientType
()));
imgMap
=
geetestCaptchaService
.
fetchGeetestCaptcha
(
PasswordUtil
.
MD5
(
key
),
behaviorReq
.
getIp
(),
ClientType
.
valueByCode
(
behaviorReq
.
getClientType
()));
}
}
imgMap
.
put
(
"success"
,
"2"
);
//测试环境临时验证
if
(
imgMap
.
containsKey
(
"success"
)
&&
"1"
.
equals
(
imgMap
.
get
(
"success"
)))
{
if
(
imgMap
.
containsKey
(
"success"
)
&&
"1"
.
equals
(
imgMap
.
get
(
"success"
)))
{
behaviorCodeBean
.
setType
(
1
);
behaviorCodeBean
.
setType
(
1
);
behaviorCodeBean
.
setGeetestCode
(
BehaviorCodeBean
.
GeetestCode
.
builder
().
gt
(
imgMap
.
get
(
"gt"
))
behaviorCodeBean
.
setGeetestCode
(
BehaviorCodeBean
.
GeetestCode
.
builder
().
gt
(
imgMap
.
get
(
"gt"
))
...
...
src/main/java/cn/quantgroup/xyqb/service/v2/QuantGroupBehaviorStrategy.java
View file @
1907d0f5
...
@@ -67,7 +67,7 @@ public class QuantGroupBehaviorStrategy implements BehaviorStrategy {
...
@@ -67,7 +67,7 @@ public class QuantGroupBehaviorStrategy implements BehaviorStrategy {
if
(
challenge
==
null
)
{
if
(
challenge
==
null
)
{
throw
new
VerificationCodeErrorException
(
BizExceptionEnum
.
FAIL_GENERATE_IMAGE
);
throw
new
VerificationCodeErrorException
(
BizExceptionEnum
.
FAIL_GENERATE_IMAGE
);
}
}
behaviorCodeBean
.
setType
(
1
);
behaviorCodeBean
.
setType
(
2
);
behaviorCodeBean
.
setQtCode
(
BehaviorCodeBean
.
QtCode
.
builder
().
imageData
(
challenge
.
get
(
"image"
)).
build
());
behaviorCodeBean
.
setQtCode
(
BehaviorCodeBean
.
QtCode
.
builder
().
imageData
(
challenge
.
get
(
"image"
)).
build
());
behaviorCodeBean
.
setId
(
challenge
.
get
(
"imageId"
));
behaviorCodeBean
.
setId
(
challenge
.
get
(
"imageId"
));
return
behaviorCodeBean
;
return
behaviorCodeBean
;
...
...
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