You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package wechat
-
- var SuccessCode = 0
- var ValidateSignatureError = -40001
- var ParseXmlError = -40002
- var ComputeSignatureError = -40003
- var IllegalAesKey = -40004
- var ValidateAppidError = -40005
- var EncryptAESError = -40006
- var DecryptAESError = -40007
- var IllegalBuffer = -40008
|