Commit 5ee9a522 authored by zhangyingbin's avatar zhangyingbin

accessApi修改

parent 2104e4d7
...@@ -53,9 +53,9 @@ public class ControllerAop { ...@@ -53,9 +53,9 @@ public class ControllerAop {
} }
//TODO tyboot 框架拦截器已缓存数据 //TODO tyboot 框架拦截器已缓存数据
String token = RequestContext.getToken(); String token = RequestContext.getToken();
if (ValidationUtil.isEmpty(token)) { // if (ValidationUtil.isEmpty(token)) {
token = request.getParameterMap().get("access_token")[0]; // token = request.getParameterMap().get("access_token")[0];
} // }
// if (token != null) { // if (token != null) {
// fillRequestContext(token); // fillRequestContext(token);
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment