wxxcx.go 169 B

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