Commit 5ed6b830 authored by libin's avatar libin

tokenaop

parent 91d14efc
......@@ -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