Documentation ¶
Index ¶
Constants ¶
View Source
const DAY int = 86400
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { BaseClient *kernel.BaseClient BaseUri string }
func RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)
func (*Client) FetchShorten ¶
func (comp *Client) FetchShorten(ctx context.Context, shortKey string) (*response.ResponseFetchShorten, error)
获取端链接 https://developers.weixin.qq.com/doc/offiaccount/Account_Management/KEY_Shortener.html
func (*Client) ShortGenKey ¶
func (comp *Client) ShortGenKey(ctx context.Context, longData string, expireSecond int) (*response.ResponseShortGenKey, error)
短key托管 https://developers.weixin.qq.com/doc/offiaccount/Account_Management/KEY_Shortener.html
Click to show internal directories.
Click to hide internal directories.