# Functions
No description provided by the author
ciphertext = AES_Encrypt[random(16B) + msg_len(4B) + rawXMLMsg + received].
ciphertext = AES_Encrypt[random(16B) + msg_len(4B) + rawXMLMsg + receiveId].
NewClient 创建一个新的 Client.
No description provided by the author
NewDefaultAccessTokenServer 创建一个新的 DefaultAccessTokenServer, 如果 httpClient == nil 则默认使用 util.DefaultHttpClient.
No description provided by the author
# Constants
access_token 过期错误码(maybe!!!).
access_token 过期错误码.
No description provided by the author
# Structs
No description provided by the author
DefaultAccessTokenServer 实现了 AccessTokenServer 接口.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
access_token 中控服务器接口.