Skip to content

Commit

Permalink
Update 登录鉴权.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanhe authored Aug 2, 2019
1 parent f09eb5c commit cbb8748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 登录鉴权简介

即时通信 IM 的前身是 QQ 的即时通讯系统,我们抽离 QQ 的通用模块,并将其整合成适合终端接入的 IM SDK 及后台服务。
即时通信 IM 的前身是 QQ 的即时通信系统,我们抽离 QQ 的通用模块,并将其整合成适合终端接入的 IM SDK 及后台服务。
您可以把 IM SDK 理解为一个没有用户交互界面的 QQ,把 IM SDK 集成到您的 App 里,就相当于把一个 QQ 的内核集成在您的 App 内部。
QQ 可以用来收发消息,但前提是您必须先登录才能使用。登录 QQ 用的是 QQ 号和密码,登录 IM SDK 需要使用您指定的用户名(`UserID`)和密码(`UserSig`)。

Expand Down

0 comments on commit cbb8748

Please sign in to comment.