Versions in this module Expand all Collapse all v0 v0.1.1 Oct 24, 2025 v0.1.0 Oct 24, 2025 Changes in this version + type GetSessionResult struct + OpenId string + SessionKey string + UnionId string + type WxAPI interface + Code2Session func(code string) (*GetSessionResult, error) + CreateLimitedWxaCode func(accessToken, path string, width int) ([]byte, error) + CreateUnLimitedWxaCode func(accessToken, scene, page string, width int) ([]byte, error) + GetUserPhoneNumber func(accessToken, code string) (string, error) + func New(appId, appSecret string) WxAPI