Commit 3c99b9ac authored by 李健华's avatar 李健华

获取token信息返回uuid

parent fd216758
......@@ -504,6 +504,7 @@ public class UserController implements IBaseController {
result.put("phoneNo", phoneNo);
result.put("userId", user.getId());
result.put("exist", true);
result.put("uuid", user.getUuid());
return JsonResult.buildSuccessResult(null, 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