广告平台(站长使用)
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.

wechat_err_code.go 278 B

4 weeks ago
1234567891011
  1. package wechat
  2. var SuccessCode = 0
  3. var ValidateSignatureError = -40001
  4. var ParseXmlError = -40002
  5. var ComputeSignatureError = -40003
  6. var IllegalAesKey = -40004
  7. var ValidateAppidError = -40005
  8. var EncryptAESError = -40006
  9. var DecryptAESError = -40007
  10. var IllegalBuffer = -40008