Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-activity
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ping
2016-04-11 18:30:54 +0800
Commit
7e11eb589daa10b3fda29fc04c85ec8d6acd12f5
2 parents
391d55bc
fc8300dc
Merge branch 'test' of git.dev.yoho.cn:yoho30/yohobuy-activity into test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
common/src/main/java/com/yoho/activity/common/interceptor/SecurityInterceptor.java
common/src/main/java/com/yoho/activity/common/interceptor/SecurityInterceptor.java
View file @
7e11eb5
...
...
@@ -58,6 +58,7 @@ public class SecurityInterceptor implements HandlerInterceptor {
Map
<
String
,
String
>
params
=
this
.
getRequestInfo
(
request
);
//(3)验证请求参数中是否包含必填参数, 如果不包含则请求失败(活动暂时 client_secret 的校验)
logger
.
info
(
"Begin validateReqParams. param is {}"
,
params
);
this
.
validateReqParams
(
params
);
//(4)校验安全码是否正确
...
...
Please
register
or
login
to post a comment