🎨 新增微信&阿里云相关配置

This commit is contained in:
2025-04-09 19:15:07 +08:00
parent ec2b513bd1
commit f8e7b9dad2
5 changed files with 182 additions and 15 deletions

View File

@@ -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"`
}