package
1.0.2
Repository: https://github.com/dcsunny/wechat.git
Documentation: pkg.go.dev

# 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.
DecryptMsg 消息解密.
EncryptMsg 加密消息.
GetCurrTs return current timestamps.
HTTPGet get 请求.
HTTPPost post 请求.
计算 32 位长度的 MD5 sum.
No description provided by the author
NewHTTPSClient 获取默认https客户端.
PostFile 上传文件.
No description provided by the author
PostJSON post json 数据请求.
PostJSONWithRespContentType post json数据请求,且返回数据类型.
PostMultipartForm 上传文件或其他多个字段.
PostXML perform a HTTP/POST request with XML body.
RandomStr 随机生成字符串.
Signature sha1签名.

# Structs

MultipartFormField 保存文件或其他字段信息.