Versions in this module Expand all Collapse all v0 v0.0.2 Jan 30, 2026 v0.0.1 Jan 29, 2026 Changes in this version + type Session struct + OpenId string + SessionKey string + UnionId string + type WxAPI interface + Code2Session func(code string) (*Session, error) + CreateLimitedWxaCode func(accessToken, path string, width int) ([]byte, error) + CreateUnlimitedWxaCode func(accessToken string, scene, page string, width int) ([]byte, error) + GetUserPhoneNumber func(accessToken, code string) (string, error) + func New(appId, appSecret string) WxAPI