From c254f6c931281f725d960bbdf11043db82a07319 Mon Sep 17 00:00:00 2001 From: Yleiting <994812516@qq.com> Date: Thu, 7 Nov 2024 12:15:46 +0800 Subject: [PATCH] Update privatecloud.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加iOS端私有化环境配置头文件 --- docs/document/v2/ios/privatecloud.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/document/v2/ios/privatecloud.md b/docs/document/v2/ios/privatecloud.md index 0464f1e83..ef3441e9e 100644 --- a/docs/document/v2/ios/privatecloud.md +++ b/docs/document/v2/ios/privatecloud.md @@ -7,6 +7,9 @@ SDK 默认指向公有云地址,在部署私有云后,需要将地址重新指向到新的地址,以下是地址修改方法: ```objectivec + +#import + EMOptions *options = [EMOptions optionsWithAppkey:appkey]; options.enableDnsConfig = NO; options.chatPort = 8080;//设置端口号