wxxcx.go 496 B

1234567891011
  1. package config
  2. type Wxxcx struct {
  3. Appid string `mapstructure:"appid" json:"appid" yaml:"appid"`
  4. Secret string `mapstructure:"secret" json:"secret" yaml:"secret"`
  5. Wxid string `mapstructure:"wxid" json:"wxid" yaml:"wxid"`
  6. Wxkey string `mapstructure:"wxkey" json:"wxkey" yaml:"wxkey"`
  7. AuthUrl string `mapstructure:"authUrl" json:"authUrl" yaml:"authUrl"`
  8. Msgid string `mapstructure:"msgid" json:"msgid" yaml:"msgid"`
  9. Name string `mapstructure:"name" json:"name" yaml:"name"`
  10. }