package config type Wxxcx struct { Appid string `mapstructure:"appid" json:"appid" yaml:"appid"` Secret string `mapstructure:"secret" json:"secret" yaml:"secret"` Wxid string `mapstructure:"wxid" json:"wxid" yaml:"wxid"` Wxkey string `mapstructure:"wxkey" json:"wxkey" yaml:"wxkey"` AuthUrl string `mapstructure:"authUrl" json:"authUrl" yaml:"authUrl"` }