• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
wx.go 406 Bytes
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"`            // 日志文件夹
}