hotime/vendor/github.com/silenceper/wechat/v2/credential/access_token.go

7 lines
147 B
Go
Raw Normal View History

2022-05-24 05:49:25 +00:00
package credential
// AccessTokenHandle AccessToken 接口
type AccessTokenHandle interface {
GetAccessToken() (accessToken string, err error)
}