diff --git a/docs/document/server-side/userprofile.md b/docs/document/server-side/userprofile.md index 297890591..0f9fe22e9 100644 --- a/docs/document/server-side/userprofile.md +++ b/docs/document/server-side/userprofile.md @@ -164,9 +164,9 @@ GET https://{host}/{org_name}/{app_name}/metadata/user/{username} #### 请求 header -| 参数 | 类型 | 是否必需 | 描述 | -| :-------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------------- | -| `Content-Type` | String | 是 | 内容类型。请填 `application/json`。 | +| 参数 | 类型 | 是否必需 | 描述 | +| :-------------- | :----- | :------- | :---------- | +| `Content-Type` | String | 是 | 内容类型。请填 `application/json`。 | | `Authorization` | String | 是 | App 管理员的鉴权 token,格式为 `Bearer YourAppToken`,其中 `Bearer` 为固定字符,后面为英文空格和获取到的 app token。 | ### HTTP 响应 @@ -227,6 +227,7 @@ POST https://{host}/{org_name}/{app_name}/metadata/user/get | 参数 | 类型 | 是否必需
| 描述 | | :-------------- | :----- | :--------------------- | :--------------- | +| `Content-Type` | String | 是 | 内容类型。请填 `application/json`。 | | `Authorization` | String | 是 | App 管理员的鉴权 token,格式为 `Bearer YourAppToken`,其中 `Bearer` 为固定字符,后面为英文空格和获取到的 app token。 | #### 请求 body @@ -257,7 +258,7 @@ POST https://{host}/{org_name}/{app_name}/metadata/user/get ```shell # 将 替换为你在服务端生成的 App Token -curl -X POST -H 'Authorization: Bearer ' -d '{ +curl -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer ' -d '{ "properties": [ "avatarurl", "ext",