Update README.md

This commit is contained in:
hrxiang 2021-07-20 11:26:41 +08:00 committed by GitHub
parent bdf61d3091
commit 3503a9db49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ OpenIM.iMManager
``` ```
OpenIM.iMManager.login(uid: uid, token: token).then((value){ OpenIM.iMManager.login(uid: uid, token: token).then((value){
//登录成功 // 登录成功
}); });
``` ```