# Functions
AESDecryptMsg ciphertext = AES_Encrypt[random(16B) + msg_len(4B) + rawXMLMsg + appId]参考:github.com/chanxuehong/wechat.v2.
AESEncryptMsg ciphertext = AES_Encrypt[random(16B) + msg_len(4B) + rawXMLMsg + appId]参考:github.com/chanxuehong/wechat.v2.
CheckCommonError check CommonError.
DecryptMsg 消息解密.
EncryptMsg 加密消息.
GetCurrTs return current timestamps.
HTTPGet get 请求.
NewCommonError new CommonError.
NewTLSHttpClient 创建支持双向证书认证的 http.Client.
NewTLSHttpClientFromContent 创建支持双向证书认证的 http.Client, certContent keyContent为证书或key的内容.
PostFile 上传文件.
PostJSON post json 数据请求.
PostMultipartForm 上传文件或其他多个字段.
RandomStr 随机生成字符串.
Signature sha1签名.
convert any numeric value to int64.
convert any type to string.
# Variables
ErrUnmarshall err when unmarshall.
# Type aliases
No description provided by the author