Skip to content

Commit

Permalink
Merge pull request #1063 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc
  • Loading branch information
haoxiuwen authored Nov 27, 2024
2 parents cc8afc4 + 88df648 commit f4e27f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const documentSidebar = [
{ text: '添加/移除成员', link: 'chatroom_member_add_delete.html' },
{ text: '管理聊天室所有者/管理员', link: 'chatroom_member_admin.html' },
{ text: '管理禁言', link: 'chatroom_member_mutelist.html' },
{ text: '管理用户标签及禁言', link: 'chatroom_label_mute.html' },
// { text: '管理用户标签及禁言', link: 'chatroom_label_mute.html' },
{ text: '管理白名单', link: 'chatroom_member_allowlist.html' },
{ text: '管理黑名单', link: 'chatroom_member_blocklist.html' }
]
Expand Down
6 changes: 3 additions & 3 deletions docs/document/server-side/callback_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app 的响应内容不能超过 1,000 个字符。
| chat:user:file | {“bodies”:{“type”:“file”}} | 单聊中发送文件消息 |
| chat:user:command | {“bodies”:{“type”:“cmd”}} | 单聊中发送命令消息 |
| chat:user:custom | {“bodies”:{“type”:“custom”}} | 单聊中发送自定义消息 |
| chat:user:combine | {“bodies”:{“type”:“txt”,“subType”:“sub_combine”}} | 单聊中发送合并消息 |
| chat:user:txt | {“bodies”:{“type”:“txt”,“subType”:“sub_combine”}} | 单聊中发送合并消息 |
| chat:user:unknown | {“bodies”:{“type”:“unknown”}} | 单聊中发送未知消息 |

#### 回调请求的包体示例
Expand Down Expand Up @@ -305,7 +305,7 @@ payload 示例:
| chat:group:file | {“bodies”:{“type”:“file”}} | 群组中发送文件消息 |
| chat:group:command | {“bodies”:{“type”:“cmd”}} | 群聊中发送命令消息 |
| chat:group:custom | {“bodies”:{“type”:“custom”}} | 群组中发送自定义消息 |
| chat:group:combine | {“bodies”:{“type”:“txt”,“subType”:“sub_combine”}} | 群组中发送合并消息 |
| chat:group:txt | {“bodies”:{“type”:“txt”,“subType”:“sub_combine”}} | 群组中发送合并消息 |
| chat:group:unknown | {“bodies”:{“type”:“unknown”}} | 群组中发送未知消息 |

#### 回调请求的包体示例
Expand Down Expand Up @@ -359,7 +359,7 @@ payload 之外的字段如下表所示:
| chat:room:file | {“bodies”:{“type”:“file”}} | 聊天室中发送文件消息 |
| chat:room:command | {“bodies”:{“type”:“cmd”}} | 聊天室中发送命令消息 |
| chat:room:custom | {“bodies”:{“type”:“custom”}} | 聊天室中发送自定义消息 |
| chat:room:combine | {“bodies”:{“type”:“txt”,“subType”:“sub_combine”}} | 聊天室中发送合并消息 |
| chat:room:txt | {“bodies”:{“type”:“txt”,“subType”:“sub_combine”}} | 聊天室中发送合并消息 |
| chat:room:unknown | {“bodies”:{“type”:“unknown”}} | 聊天室中发送未知消息 |

#### 回调请求的包体示例
Expand Down

0 comments on commit f4e27f8

Please sign in to comment.