Skip to content

Commit 33fa650

Browse files
author
haoxiuwen
committed
modify
1 parent e1cb2e7 commit 33fa650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/document/harmonyos/message_receipt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ChatClient.getInstance().chatManager()?.removeMessageListener(msgListener);
7474

7575
单聊既支持单条消息已读回执,也支持[会话已读回执](conversation_receipt.html)。我们建议你结合使用这两种回执,见实现步骤的描述。
7676

77-
单聊消息的已读回执有效期与消息在服务端的存储时间一致,即在服务器存储消息期间均可发送已读回执。消息在服务端的存储时间与你订阅的套餐包有关,详见 [IM 对比](/product/product_package_feature.html)
77+
单聊消息的已读回执有效期与消息在服务端的存储时间一致,即在服务器存储消息期间均可发送已读回执。消息在服务端的存储时间与你订阅的套餐包有关,详见 [IM 套餐包功能详情](/product/product_package_feature.html)
7878

7979
参考如下步骤在单聊中实现消息已读回执。
8080

docs/document/windows/group_manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ SDKClient.Instance.GroupManager.FetchPublicGroupsFromServer(pageSize, cursor, ca
223223

224224
### 查询当前用户已加入的群组数量
225225

226-
自 1.3.0 版本开始,你可以调用 `FetchMyGroupsCount` 方法从服务器获取当前用户已加入的群组数量。单个用户可加入群组数量的上限取决于订阅的即时通讯的套餐包,详见 [IM 对比](/product/product_package_feature.html)
226+
自 1.3.0 版本开始,你可以调用 `FetchMyGroupsCount` 方法从服务器获取当前用户已加入的群组数量。单个用户可加入群组数量的上限取决于订阅的即时通讯的套餐包,详见 [IM 套餐包功能详情](/product/product_package_feature.html)
227227

228228
```csharp
229229
SDKClient.Instance.GroupManager.FetchMyGroupsCount(new ValueCallBack<int>(

0 commit comments

Comments
 (0)