Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthCodeURL ¶
AuthCodeURL 生成网页授权地址.
appId: 公众号的唯一标识 componentAppId: 服务方的appid,在申请创建公众号服务成功后,可在公众号服务详情页找到 redirectURI: 授权后重定向的回调链接地址 scope: 应用授权作用域 state: 重定向后会带上 state 参数, 开发者可以填写 a-zA-Z0-9 的参数值, 最多128字节
Types ¶
type Endpoint ¶
Endpoint 实现了 wechat.v2/oauth2.Endpoint 接口.
func NewEndpoint ¶
func (*Endpoint) ExchangeTokenURL ¶
func (*Endpoint) RefreshTokenURL ¶
Click to show internal directories.
Click to hide internal directories.