add: update user image

This commit is contained in:
2021-06-01 10:07:01 +08:00
parent 4a1b857655
commit 2ad963cdf1
6 changed files with 32 additions and 24 deletions

View File

@@ -614,7 +614,7 @@ Success — a happy kitten is an authenticated kitten!
<!--
* @Date: 2021-03-01 10:35:21
* @LastEditors: viletyy
* @LastEditTime: 2021-05-31 18:39:17
* @LastEditTime: 2021-06-01 10:06:08
* @FilePath: /forgeplus/app/docs/slate/source/includes/_users.md
-->
<h1 id='users'>Users</h1><h2 id='1ae74893b1'>获取当前登陆用户信息</h2>
@@ -700,6 +700,11 @@ Success — a happy kitten is an authenticated kitten!
<td>用户昵称</td>
</tr>
<tr>
<td>user.image</td>
<td>string/file</td>
<td>用户头像</td>
</tr>
<tr>
<td>user.user_extension_attributes.gender</td>
<td>int</td>
<td>性别, 0男 1女</td>