update doc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
BryantHe 2023-08-15 18:03:10 +08:00
parent d322c9488a
commit 0cdee3b226

View File

@ -49,6 +49,6 @@ def refresh_token():
if user_dict:
result.update(user_dict)
if body_info_dict:
user_dict['height'] = body_info_dict['height']
result['height'] = body_info_dict['height']
return result