From de839d700bd4bd4d797ae91bb44c2a2f0bbfa581 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Mon, 6 Jan 2025 09:31:09 +0800 Subject: [PATCH 1/3] modify --- docs/uikit/chatuikit/ios/chatuikit_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uikit/chatuikit/ios/chatuikit_run.md b/docs/uikit/chatuikit/ios/chatuikit_run.md index dfed8b05c..053561cd0 100644 --- a/docs/uikit/chatuikit/ios/chatuikit_run.md +++ b/docs/uikit/chatuikit/ios/chatuikit_run.md @@ -22,7 +22,7 @@ ### 第二步 执行 pod 命令 -1. 点击打开 `chatuikit-ios` 文件夹。 +1. 点击打开 `easemob-uikit-ios` 文件夹。 2. 将 `Example` 文件夹拖拽到终端。 From d2503bc3f9fbf9839b4100d11b1a5012cca00f32 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Mon, 6 Jan 2025 11:34:34 +0800 Subject: [PATCH 2/3] modify --- docs/document/ios/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document/ios/integration.md b/docs/document/ios/integration.md index 25e8f743d..c160860ab 100644 --- a/docs/document/ios/integration.md +++ b/docs/document/ios/integration.md @@ -37,7 +37,7 @@ ### 方法二:手动复制 SDK 文件 -打开 SDK 下载页面,获取最新版的环信即时通讯 IM SDK SDK,然后解压。 +打开 SDK 下载页面,获取最新版的环信即时通讯 IM SDK,然后解压。 将 SDK 包内的 `HyphenateChat.xcframework` 拖入到你的工程中。 From 0bfb1551a312a3ffa99cab240639452423d55f15 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Mon, 6 Jan 2025 14:36:02 +0800 Subject: [PATCH 3/3] Modify Ext Field Description of the Message Recall API --- docs/document/server-side/message_modify_text_custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document/server-side/message_modify_text_custom.md b/docs/document/server-side/message_modify_text_custom.md index dda306980..c0a29ac56 100644 --- a/docs/document/server-side/message_modify_text_custom.md +++ b/docs/document/server-side/message_modify_text_custom.md @@ -56,7 +56,7 @@ PUT https://{host}/{org_name}/{app_name}/messages/rewrite/{msg_id} | `new_msg.msg` | String | 是 | 修改后的消息内容。**该字段只对文本消息生效。**| | `new_msg.customEvent` | String | 否 | 用户自定义的事件类型。该参数的值必须满足正则表达式 `[a-zA-Z0-9-_/\.]{1,32}`,长度为 1-32 个字符。**该字段只对自定义消息生效。** | | `new_msg.customExts` | JSON | 否 | 用户自定义的事件属性,类型必须是 `Map`,最多可以包含 16 个元素。**该字段只对自定义消息生效。** | -| `new_ext` | JSON | 否 | 修改后的消息扩展信息。**该字段只对自定义消息生效。**| +| `new_ext` | JSON | 否 | 修改后的消息扩展信息。| | `is_combine_ext` | Boolean | 否 | 修改后的消息扩展信息与原有扩展信息是合并还是替换。
- (默认)`true`:合并;
- `false`:替换。| ## HTTP 响应