Merge branch 'test' of git.dev.yoho.cn:yoho30/yohobuy-activity into test
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -58,6 +58,7 @@ public class SecurityInterceptor implements HandlerInterceptor { | @@ -58,6 +58,7 @@ public class SecurityInterceptor implements HandlerInterceptor { | ||
58 | Map<String, String> params = this.getRequestInfo(request); | 58 | Map<String, String> params = this.getRequestInfo(request); |
59 | 59 | ||
60 | //(3)验证请求参数中是否包含必填参数, 如果不包含则请求失败(活动暂时 client_secret 的校验) | 60 | //(3)验证请求参数中是否包含必填参数, 如果不包含则请求失败(活动暂时 client_secret 的校验) |
61 | + logger.info("Begin validateReqParams. param is {}", params); | ||
61 | this.validateReqParams(params); | 62 | this.validateReqParams(params); |
62 | 63 | ||
63 | //(4)校验安全码是否正确 | 64 | //(4)校验安全码是否正确 |
-
Please register or login to post a comment