Skip to content

Commit

Permalink
Merge pull request #689 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc Format
  • Loading branch information
haoxiuwen authored Mar 21, 2024
2 parents ff3aa6c + 3905f7e commit c45f41c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/document/server-side/callback.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,5 @@ curl -X POST 'https://XXXX/XXXX/XXXX/callback/storage/retry' \
## 常见问题

1. Q: 发送前回调响应中的 `valid``false`,但为什么消息还是下发了?

A:可能是你的服务器在发送前回调规则中配置的等待时间内未返回响应。这种情况下,如果你在环信控制台的发送前回调规则页面配置的**调用失败时默认策略****放行**,消息则会下发。为了避免这种情况,建议将**等待响应时间****即时通讯** > **功能配置** > **消息回调** > **添加回调地址** > **发送前回调**,默认为 200 毫秒)参数的值提升,例如,增加至 3000 毫秒。
1 change: 1 addition & 0 deletions docs/document/server-side/chatroom.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ PUT https://{host}/{org_name}/{app_name}/chatrooms/{chatroom_id}
##### 路径参数

| 参数 | 类型 | 是否必需 | 描述 |
| :-------------- | :----- | :------- | :----------------------------------------- |
| `chatroom_id` | String || 要转让的聊天室 ID。 |

其他参数及描述详见[公共参数](#公共参数)
Expand Down
2 changes: 1 addition & 1 deletion docs/product/limitationapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
| 账号封禁 | POST | /{org_name}/{app_name}/users/{username}/deactivate | 100 次/秒/App Key |
| 账号解禁 | POST | /{org_name}/{app_name}/users/{username}/activate | 100 次/秒/App Key |
| 强制用户下线 | GET | /{org_name}/{app_name}/users/{username}/disconnect | 100 次/秒/App Key |
| 强制指定账号从单设备下线 | DELETE | /{org_name}/{app_name}/users/{username}/disconnect/{resourceId} | 100 次/秒/App Key |
| 强制用户从单设备下线 | DELETE | /{org_name}/{app_name}/users/{username}/disconnect/{resourceId} | 100 次/秒/App Key |

## 消息推送

Expand Down

0 comments on commit c45f41c

Please sign in to comment.