🎨 新增微信&阿里云相关配置
This commit is contained in:
@@ -34,4 +34,9 @@ type Server struct {
|
||||
|
||||
// 跨域配置
|
||||
Cors CORS `mapstructure:"cors" json:"cors" yaml:"cors"`
|
||||
|
||||
// Wechat
|
||||
Wechat Wechat `mapstructure:"wechat" json:"wechat" yaml:"wechat"`
|
||||
Pays []Pays `mapstructure:"pay-list" json:"pay-list" yaml:"pay-list"`
|
||||
SMS SMS `mapstructure:"sms" json:"sms" yaml:"sms"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user