Versions in this module Expand all Collapse all v2 v2.0.2 Jan 15, 2024 Changes in this version + type Wechat struct + func NewWechat() *Wechat + func (wc *Wechat) GetMiniProgram(cfg *miniConfig.Config) *miniprogram.MiniProgram + func (wc *Wechat) GetOfficialAccount(cfg *offConfig.Config) *officialaccount.OfficialAccount + func (wc *Wechat) GetOpenPlatform(cfg *openConfig.Config) *openplatform.OpenPlatform + func (wc *Wechat) GetPay(cfg *payConfig.Config) *pay.Pay + func (wc *Wechat) GetWork(cfg *workConfig.Config) *work.Work + func (wc *Wechat) SetCache(cache cache.Cache) + func (wc *Wechat) SetHTTPClient(client *http.Client)