package qyweixin type AppCustomer struct { App } func NewAppCustomer(cfg *AppConfig) *AppCustomer { return &AppCustomer{ App: *NewApp(cfg), } }