Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Jan 15, 2024
1 parent ead8c41 commit 8b213e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/document/server-side/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,12 +891,18 @@ POST https://{host}/{org_name}/{app_name}/chatgroups/{group_id}/announcement

##### 请求 header

| 参数 | 类型 | 是否必需 | 描述 |
| :-------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------------- |
| 参数 | 类型 | 是否必需 | 描述 |
| :-------------- | :----- | :------- | :---------------- |
| `Content-Type` | String || 内容类型。请填 `application/json`|
| `Accept` | String || 内容类型。请填 `application/json`|
| `Authorization` | String || App 管理员的鉴权 token,格式为 `Bearer YourAppToken`,其中 `Bearer` 为固定字符,后面为英文空格和获取到的 app token。 |

##### 请求 body

| 参数 | 类型 | 是否必需 | 描述 |
| :-------------- | :----- | :------- | :---------------- |
| `announcement` | String || 群组通告内容。 |

#### HTTP 响应

##### 响应 body
Expand Down

0 comments on commit 8b213e2

Please sign in to comment.