package config type Ai struct { Host string `mapstructure:"host" json:"host" yaml:"host"` // 存储区域 Hostnew string `mapstructure:"hostnew" json:"hostnew" yaml:"hostnew"` // 存储区域 Hostfrac string `mapstructure:"hostfrac" json:"hostfrac" yaml:"hostfrac"` // 存储区域 Token string `mapstructure:"token" json:"token" yaml:"token"` // 存储区域 }