Documentation ¶
Index ¶
Constants ¶
View Source
const (
CACHE_KEY_WS_JSSDK_ACCESSTOKEN = "wxjssdk:access_token"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wxoa ¶
type Wxoa interface {
GetSignature(appId, appSecret, url string) (*typwx.WxoaSignature, error)
}
type WxoaAccessToken ¶
type WxoaAccessToken struct { Value string `json:"access_token"` ExpiresIn int `json:"expires_in"` }
WxoaAccessToken 类型
type WxoaTicket ¶
type WxoaTicket struct { Value string `json:"ticket,omitempty"` ExpiresIn int `json:"expires_in,omitempty"` }
WxoaTicket 类型
Click to show internal directories.
Click to hide internal directories.