wxxcx.go 369 B

123456789
  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. }