- 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"`
- Msgid string `mapstructure:"msgid" json:"msgid" yaml:"msgid"`
- Name string `mapstructure:"name" json:"name" yaml:"name"`
- }
|