From 9e2c33784e128b978fef5ef47807465f039c4fba Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Fri, 15 Sep 2023 18:43:43 +0800 Subject: [PATCH] modify --- docs/document/android/message_retrieve.md | 2 +- docs/document/flutter/message_retrieve.md | 2 +- docs/document/react-native/message_manage.md | 2 +- docs/document/unity/message_retrieve.md | 2 +- docs/document/web/message_retrieve.md | 2 +- docs/document/windows/message_retrieve.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/document/android/message_retrieve.md b/docs/document/android/message_retrieve.md index e5ac77703..d5a52f713 100644 --- a/docs/document/android/message_retrieve.md +++ b/docs/document/android/message_retrieve.md @@ -36,7 +36,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 :::notice 1. 若使用该功能,需将 SDK 升级至 4.0.3。 diff --git a/docs/document/flutter/message_retrieve.md b/docs/document/flutter/message_retrieve.md index 80a60ba28..9c4dc19c4 100644 --- a/docs/document/flutter/message_retrieve.md +++ b/docs/document/flutter/message_retrieve.md @@ -36,7 +36,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 :::tip 1. 若使用该功能,需将 SDK 升级至 4.0.0。 diff --git a/docs/document/react-native/message_manage.md b/docs/document/react-native/message_manage.md index f92db62dd..933f3ea4f 100644 --- a/docs/document/react-native/message_manage.md +++ b/docs/document/react-native/message_manage.md @@ -32,7 +32,7 @@ SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 :::tip 1. 若使用该功能,需将 SDK 升级至 1.2.0。 diff --git a/docs/document/unity/message_retrieve.md b/docs/document/unity/message_retrieve.md index 8b70ded09..5687c33e8 100644 --- a/docs/document/unity/message_retrieve.md +++ b/docs/document/unity/message_retrieve.md @@ -34,7 +34,7 @@ 你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表: -- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 - 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。 :::notice diff --git a/docs/document/web/message_retrieve.md b/docs/document/web/message_retrieve.md index 0fb5f4208..5ae6294f5 100644 --- a/docs/document/web/message_retrieve.md +++ b/docs/document/web/message_retrieve.md @@ -32,7 +32,7 @@ 你可以调用 `getServerConversations` 方法从服务端分页获取会话列表,每个会话包含最新一条历史消息。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。 -服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 :::notice 1. 若使用该功能,需将 SDK 升级至 4.1.7 或以上版本。 diff --git a/docs/document/windows/message_retrieve.md b/docs/document/windows/message_retrieve.md index 8b70ded09..5687c33e8 100644 --- a/docs/document/windows/message_retrieve.md +++ b/docs/document/windows/message_retrieve.md @@ -34,7 +34,7 @@ 你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表: -- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条。 +- 若 `pinOnly` 为 `false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500。 - 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。 :::notice