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 API interface + 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) + Login func(code string) (string, string, error) + func New(appId, appSecret string, redisProvider types.RedisProvider) API