Skip to content

Commit fd7e707

Browse files
author
haoxiuwen
committed
modify
1 parent 890478b commit fd7e707

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/document/server-side/message_chatroom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:::tip
88
1. 接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
99
2. 聊天室中发消息时,不会同步给发送方。
10+
3. 通过 RESTful 接口发送的消息默认不写入会话列表,若需要此类消息写入会话列表,需在[环信即时通讯控制台开通](/product/enable_and_configure_IM.html#设置通过-restful-api-发送的消息写入会话列表)
1011
:::
1112

1213
**发送频率**:对于单个 app,该 REST API 存在以下三个限制:

docs/document/server-side/message_group.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
:::tip
1010
1. 接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
1111
2. 群组中发送的消息均同步给发送方。
12+
3. 通过 RESTful 接口发送的消息默认不写入会话列表,若需要此类消息写入会话列表,需在[环信即时通讯控制台开通](/product/enable_and_configure_IM.html#设置通过-restful-api-发送的消息写入会话列表)
1213
:::
1314

1415
**发送频率**:对于单个 app,该 REST API 存在以下三个限制:

docs/document/server-side/message_single.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646

4747
单聊场景下,发送各类型的消息调用需调用同一 RESTful API,不同类型的消息只是请求体中的 body 字段内容存在差异。
4848

49-
:::notice
50-
接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
49+
:::tip
50+
1. 接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
51+
2. 通过 RESTful 接口发送的消息默认不写入会话列表,若需要此类消息写入会话列表,需在[环信即时通讯控制台开通](/product/enable_and_configure_IM.html#设置通过-restful-api-发送的消息写入会话列表)
5152
:::
5253

5354
**发送频率**:对于单个 app,该 REST API 存在以下三个限制:

0 commit comments

Comments
 (0)