Versions in this module Expand all Collapse all v1 v1.0.0 Nov 10, 2022 Changes in this version + const EnvVersionDevelop + const EnvVersionRelease + const EnvVersionTrial + const ExpireTypeInterval + const ExpireTypeTime + type EnvVersion string + type JumpWxa struct + EnvVersion EnvVersion + Path string + Query string + type QueryScheme struct + Scheme string + type SchemeInfo struct + AppID string + CreateTime int64 + EnvVersion EnvVersion + ExpireTime int64 + Path string + Query string + type TExpireType int + type URLScheme struct + func NewURLScheme(ctx *context.Context) *URLScheme + func (u *URLScheme) Generate(params *USParams) (string, error) + func (u *URLScheme) QueryScheme(querySchemeParams QueryScheme) (schemeInfo SchemeInfo, visitOpenid string, err error) + type USParams struct + ExpireInterval int + ExpireTime int64 + ExpireType TExpireType + JumpWxa *JumpWxa + type USResult struct + OpenLink string