Documentation ¶
Index ¶
Constants ¶
View Source
const ( ERR_EXCEPTION = 5 ERR_TOKEN = 40001 // 获取 access_token 时 AppSecret 错误,或者 access_token 无效。请开发者认真比对 AppSecret 的正确性,或查看是否正在为恰当的小程序调用接口 ERR_ILLEGAL = 40002 // 不合法的凭证类型 ERR_OPENID = 40003 // 不合法的 OpenId,请开发者确认 OpenId 是否是其他小程序的 OpenId ERR_APPID = 40013 // 不合法的 AppID ,请开发者检查 AppID 的正确性,避免异常字符,注意大小写 ERR_TIMEOUT = 45015 // 回复时间超过限制 ERR_ILLEGAL_AUTHCODE = 40029 // 无效的 oauth_code ERR_INVALID_REFRESH_TOKEN = 40030 // invalid refresh_token ERR_TIMEOUT_ACSTOKEN = 42001 // access_token 超时,请检查 access_token 的有效期,请参考基础支持 - 获取 access_token 中,对 access_token 的详细机制说明 ERR_TIMEOUT_REFTOKEN = 42002 // refresh_token 超时 ERR_TIMEOUT_AUTHCODE = 42003 // oauth_code 超时 ERR_LIMIT = 45047 // 客服接口下行条数超过上限 ERR_AUTH = 48001 // API 功能未授权,请确认小程序已获得该接口 )
小程序消息错误
Variables ¶
This section is empty.
Functions ¶
func IsTokenExpired ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.