diff --git a/docs/document/server-side/callback_configurations.md b/docs/document/server-side/callback_configurations.md index 70fdc138e..09b42778a 100644 --- a/docs/document/server-side/callback_configurations.md +++ b/docs/document/server-side/callback_configurations.md @@ -384,21 +384,21 @@ payload 中字段含义: | muc:ban_group | {“operation”:“ban_group”} | 群全局禁言 | 聊天室全局禁言 | | muc:remove_ban_group | {“operation”:“remove_ban_group”} | 解除群全局禁言 | 解除聊天室全局禁言 | -#### 创建群组或聊天室 +#### 创建群组 payload 字段含义: | 字段 | 数据类型 | 含义 | | :------------ | :------- | :----------------------------------------------------------- | -| `muc_id` | String | 该回调事件所在群组/聊天室在服务器的唯一标识,`{appkey}_{群/聊天室 ID}@conference.easemob.com`。 | +| `muc_id` | String | 该回调事件所在群组在服务器的唯一标识,`{appkey}_{群组 ID}@conference.easemob.com`。 | | `reason` | String | / | | `is_chatroom` | Bool | 是否是聊天室。
- `true`:是;
- `false`:否。 | -| `operation` | String | `create` 创建群聊或聊天室。 | +| `operation` | String | `create` 创建群组。 | | `status` | object | 状态,包括 `description` 和 `error_code`。 | -| `description` | String | 创建群聊或聊天室失败的原因描述。 | +| `description` | String | 创建群组失败的原因描述。 | | `error_code` | String | 创建失败对应的错误码。 | -创建群聊回调请求示例: +创建群组回调请求示例: ```json { @@ -436,7 +436,7 @@ payload 字段含义: | `reason` | String | / | | `operation` | String | `destroy` 删除群/聊天室。 | | `status` | object | 状态,包括 `description` 和 `error_code`。 | -| `description` | String | 删除群聊或聊天室失败的原因描述。 | +| `description` | String | 删除群组或聊天室失败的原因描述。 | | `error_code` | String | 操作失败对应的错误码。 | 删除群聊回调请求示例: @@ -500,12 +500,12 @@ payload 字段含义: | 字段 | 数据类型 | 含义 | | :------------ | :------- | :----------------------------------------------------------- | -| `muc_id` | String | 该回调事件所在群组/聊天室在服务器的唯一标识,`{appkey}_{群/聊天室 ID}@conference.easemob.com`。 | +| `muc_id` | String | 该回调事件所在群组在服务器的唯一标识,`{appkey}_{群组 ID}@conference.easemob.com`。 | | `reason` | String | / | | `is_chatroom` | Bool | 是否是聊天室。
- `true`:是;
- `false`:否。 | | `operation` | String | `apply`:申请加入群。 | | `status` | object | 状态,包括 `description` 和 `error_code`。 | -| `description` | String | 申请加入群聊或聊天室失败的原因描述。 | +| `description` | String | 申请加入群组失败的原因描述。 | | `error_code` | String | 失败对应的错误码。 | 回调请求示例: @@ -588,7 +588,7 @@ payload 字段含义: | `is_chatroom` | Bool | 是否是聊天室。
- `true`:是;
- `false`:否。 | | `operation` | String | `invite`:邀请新成员加入群。 | | `status` | object | 状态,包括 `description` 和 `error_code`。 | -| `description` | String | 邀请新用户加入群聊失败的原因描述。 | +| `description` | String | 邀请新用户加入群组失败的原因描述。 | | `error_code` | String | 失败对应的错误码。 | 回调请求示例: @@ -711,7 +711,7 @@ payload 字段含义: | :------------ | :------- | :----------------------------------------------------------- | | `muc_id` | String | 该回调事件所在群组/聊天室在服务器的唯一标识,`{appkey}_{群/聊天室 ID}@conference.easemob.com`。 | | `is_chatroom` | Bool | 是否是聊天室。
- `true`:是;
- `false`:否。 | -| `operation` | String | `kick`:将成员踢出群聊或聊天室。 | +| `operation` | String | `kick`:将成员踢出群组或聊天室。 | | `status` | object | 状态,包括 `description` 和 `error_code`。 | | `description` | String | 操作失败的原因描述。 | | `error_code` | String | 失败对应的错误码。 | @@ -770,7 +770,7 @@ payload 字段含义: } ``` -#### 添加成员至黑名单 +#### 添加成员至群组黑名单 payload 字段含义: @@ -784,7 +784,7 @@ payload 字段含义: | `description` | String | 操作失败的原因描述。 | | `error_code` | String | 失败对应的错误码。 | -将群成员添加到黑名单的回调请求示例: +封禁群成员,即将群成员添加到黑名单的回调请求示例: ```json { @@ -812,7 +812,7 @@ payload 字段含义: } ``` -#### 将成员从黑名单中移除 +#### 将成员从群组黑名单中移除 payload 字段含义: @@ -922,7 +922,7 @@ payload 字段含义: } ``` -#### 屏蔽群组或聊天室消息 +#### 屏蔽群组 payload 字段含义: @@ -964,7 +964,7 @@ payload 字段含义: } ``` -#### 取消屏蔽群组或聊天室消息 +#### 解除屏蔽群组 payload 字段含义: @@ -973,7 +973,7 @@ payload 字段含义: | `muc_id` | String | 该回调事件所在群组在服务器的唯一标识,`{appkey}_{群 ID}@conference.easemob.com`。 | | `reason` | String | / | | `is_chatroom` | Bool | 是否是聊天室。
- `true`:是;
- `false`:否。 | -| `operation` | String | `unblock`:用户屏蔽群/聊天室。 | +| `operation` | String | `unblock`:用户解除屏蔽群组。 | | `status` | object | 状态,包括 `description` 和 `error_code`。 | | `description` | String | 操作失败的原因描述。 | | `error_code` | String | 失败对应的错误码。 |