weworkapi_golang icon indicating copy to clipboard operation
weworkapi_golang copied to clipboard

-40010错误码出现重复

Open smartfly opened this issue 3 years ago • 0 comments

const ( ValidateSignatureError int = -40001 ParseXmlError int = -40002 ComputeSignatureError int = -40003 IllegalAesKey int = -40004 ValidateCorpidError int = -40005 EncryptAESError int = -40006 DecryptAESError int = -40007 IllegalBuffer int = -40008 EncodeBase64Error int = -40009 DecodeBase64Error int = -40010 GenXmlError int = -40010
ParseJsonError int = -40012 GenJsonError int = -40013 IllegalProtocolType int = -40014 )

DecodeBase64Error/GenXmlError 错误码一样了

smartfly avatar Jan 25 '22 09:01 smartfly