Skip to content

Commit

Permalink
Merge pull request #401 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Docs
  • Loading branch information
haoxiuwen authored Aug 28, 2023
2 parents 5321fd6 + a4fcbe4 commit 5d1394e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/document/web/message_modify.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 修改消息

对于单聊或群聊会话中已经发送成功的文本消息,消息接收方可以对消息内容进行修改,修改成功后会同步给会话中的接收方。
对于单聊或群聊会话中已经发送成功的文本消息,SDK 支持对这些消息进行修改,修改成功后会同步给会话中的接收方。

对于单聊会话,只有消息发送方才能对消息进行修改。对于群聊会话,群主和群管理员除了可以修改自己发送的消息,还可以修改普通群成员发送的消息,而普通群成员只能修改自己发送的消息。
- 对于单聊会话,只有消息发送方才能对消息进行修改。
- 对于群聊会话,群主和群管理员除了可以修改自己发送的消息,还可以修改普通群成员发送的消息,而普通群成员只能修改自己发送的消息。

:::notice
若使用该功能,需将 SDK 升级至 4.2.0 或以上版本。
Expand Down
3 changes: 2 additions & 1 deletion docs/product/limitationapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
| 设置免打扰 | PUT | /{org_name}/{app_name}/users/{username} |
| 绑定和解绑推送信息 | PUT | /{org_name}/{app_name}/users/wzy/push/binding |
| 查询当前用户的所有设备的推送绑定信息 | GET | /{org_name}/{app_name}/users/wzy/push/binding |
| 获取指定账号的在线登录设备列表 | GET | /{org_name}/{app_name}/users/{username}/resources |

以上七个接口的总调用频率(默认值)为 100 次/秒/App Key。
以上八个接口的总调用频率(默认值)为 100 次/秒/App Key。

| RESTful API 接口 |方法 | 接口 URL| 接口最高调用频率(默认值) |
| :----------- | :----- | :------------------- | :------------- |
Expand Down

0 comments on commit 5d1394e

Please sign in to comment.