package system import ( "github.com/silenceper/wechat/v2/officialaccount" ) type WechatService struct { officialAccount *officialaccount.OfficialAccount }