package config

type Im struct {
	Host string `mapstructure:"host" json:"host" yaml:"host"` // 存储区域
}