Commit 9fee80fa authored by 吴琼's avatar 吴琼

修改

parent 69452081
...@@ -269,7 +269,7 @@ public class UserRest { ...@@ -269,7 +269,7 @@ public class UserRest {
if(!result.isSuccess()){ if(!result.isSuccess()){
return JsonResult.buildErrorStateResult(result.getMsg(),result.getData()); return JsonResult.buildErrorStateResult(result.getMsg(),result.getData());
} }
return JsonResult.buildSuccessResult("success",result.getData()); return JsonResult.buildSuccessResult("success",result);
} }
/** /**
......
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