Update README.md

This commit is contained in:
hrxiang 2021-07-20 11:25:13 +08:00 committed by GitHub
parent f84ad2c41e
commit bdf61d3091
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){
///登录成功 //登录成功
}); });
``` ```