From f4e7eaf50e8ecb5f8c4c62032a9f20b835142d9e Mon Sep 17 00:00:00 2001 From: hrxiang Date: Thu, 3 Mar 2022 11:42:38 +0800 Subject: [PATCH] Update README.md --- README.zh-cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.zh-cn.md b/README.zh-cn.md index 6e212fb..8b40768 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -5,8 +5,8 @@ ``` OpenIM.iMManager.initSDK( platform: 0, // 平台,参照IMPlatform类, - apiAddr: "", // SDK的API接口地址。如:http:xxx:10000 - wsAddr: "", // SDK的web socket地址。如: ws:xxx:17778 + apiAddr: "", // SDK的API接口地址。如:http://xxx:10000 + wsAddr: "", // SDK的web socket地址。如: ws://xxx:17778 dataDir: "", // 数据存储路径。如:var apath =(await getApplicationDocumentsDirectory()).path objectStorage: 'cos', // 图片服务器默认'cos' logLevel: 6, // 日志等级,默认值6