Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
api.API
GetAuthUrl(client, redirectUrl string, authType int) (string, error) // 获取授权链接
GetAuthorizerAppId(authCode string) (string, error) // 通过authCode获取授权应用的appId
GetAuthorizerInfo(appId string) (*wx.GetAuthorizerInfoResult, error) // 获取授权应用的信息
GetAuthorizerAccessToken(authorizerAppid string) (string, error) // 获取授权的应用的AccessToken
UpdateComponentVerifyTicket(componentVerifyTicket string) error // 更新ComponentVerityTicket
}
Click to show internal directories.
Click to hide internal directories.