Commit 3d99e408 authored by 于桐's avatar 于桐

查询用户详情接口,找不到时提示:用户实名信息未提交时

parent a89a8b5d
......@@ -410,7 +410,7 @@ public class InnerController implements IBaseController {
if (userDetail != null) {
return JsonResult.buildSuccessResult(null, UserDetailRet.getUserDetail(userDetail));
}
return JsonResult.buildErrorStateResult("", null);
return JsonResult.buildErrorStateResult("该用户详情信息不存在", null);
}
/**
......
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