Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CorpID string // CorpID corpid CorpSecret string // CorpSecret corp secret )
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct { AccessToken string `json:"access_token"` // 网页授权接口调用凭证,注意:此access_token与基础支持的access_token不同 ExpiresIn int `json:"expires_in"` // access_token接口调用凭证超时时间,单位(秒) RefreshToken string `json:"refresh_token"` // 用户刷新access_token OpenID string `json:"openid"` // 用户唯一标识 Scope string `json:"scope"` // 用户授权的作用域,使用逗号(,)分隔 Error }
Token token
Click to show internal directories.
Click to hide internal directories.