wechat.go 159 B

123456789
  1. package system
  2. import (
  3. "github.com/silenceper/wechat/v2/officialaccount"
  4. )
  5. type WechatService struct {
  6. officialAccount *officialaccount.OfficialAccount
  7. }