wxxcx.go 294 B

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