package config
type Wx struct {
Appid string `mapstructure:"appid" json:"appid" yaml:"appid"` // 级别
Appsecret string `mapstructure:"appsecret" json:"appsecret" yaml:"appsecret"` // 输出
Apikey string `mapstructure:"apikey" json:"apikey" yaml:"apikey"` // 日志前缀
Mchid string `mapstructure:"mchid" json:"mchid" yaml:"mchid"` // 日志文件夹
}
-
haoyanbin authored9bf9e037