Commit dddc4908 authored by libin's avatar libin

Merge branch 'dev' into base-modify

parents 0874c398 5ed6b830
......@@ -70,6 +70,7 @@ public class TokenAop {
if (StringUtils.isEmpty(token)){
// return ObjectRestResponse.createFailedResult(4004,"token不能为空");
args[i]= new AppUserDTO();
break;
}
args[i]= userFeign.userDetailByToken(token).getData();
break;
......
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