Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseClient *kernel.BaseClient
}
func RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)
func (*Client) Generate ¶
func (comp *Client) Generate(ctx context.Context, param *request.URLSchemeGenerate) (*response.ResponseUrlScheme, error)
获取小程序 scheme 码,适用于短信、邮件、外部网页、微信内等拉起小程序的业务场景 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-scheme/urlscheme.generate.html
Click to show internal directories.
Click to hide internal directories.