From f40d4148a80a87201aba875191adac8010059573 Mon Sep 17 00:00:00 2001 From: hrxiang Date: Mon, 28 Feb 2022 14:05:37 +0800 Subject: [PATCH] Update README.md --- README.zh-cn.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.zh-cn.md b/README.zh-cn.md index 4476b63..6e212fb 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -8,6 +8,8 @@ OpenIM.iMManager.initSDK( 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 listener: OnConnectListener( onConnectSuccess: () { // 已经成功连接到服务器