package config type Sms struct { Smsname string `mapstructure:"smsname" json:"smsname" yaml:"smsname"` // 级别 Smspwd string `mapstructure:"smspwd" json:"smspwd" yaml:"smspwd"` // 输出 Epid string `mapstructure:"epid" json:"epid" yaml:"epid"` // 日志前缀 Sign string `mapstructure:"sign" json:"sign" yaml:"sign"` // 日志文件夹 Ip string `mapstructure:"ip" json:"ip" yaml:"ip"` // 软链接名称 Url string `mapstructure:"url" json:"url" yaml:"url"` // 编码级 }