diff --git a/service/wechat/wechat.go b/service/wechat/wechat.go index 43f5a3a..55150eb 100644 --- a/service/wechat/wechat.go +++ b/service/wechat/wechat.go @@ -45,7 +45,7 @@ func New(cfg Config) *Service { Cache: cache.NewMemory(), } - oa := wc.GetOfficialAccount(wcCfg) + account := wc.GetOfficialAccount(wcCfg) return &Service{ config: cfg,