1、
This commit is contained in:
@ -16,11 +16,11 @@ type Extend struct {
|
||||
EmailConfig EmailConfig `mapstructure:"emailConfig"`
|
||||
BinanceSet BinanceConfig `mapstructure:"binanceSet"` //binance配置
|
||||
Domain string //网站域名
|
||||
GoToneSmsConfig GoToneSmsConfig `mapstructure:"GoToneSmsConfig"`
|
||||
UDunConfig UDunConfig `mapstructure:"UDunConfig"`
|
||||
ProxyUrl string //代理地址
|
||||
CoinGate CoinGateConfig `mapstructure:"coingate"` //coingate钱包
|
||||
|
||||
GoToneSmsConfig GoToneSmsConfig `mapstructure:"GoToneSmsConfig"`
|
||||
InnoPaas InnoPaasConfig `mapstructure:"innoPaas"` //创蓝短信
|
||||
}
|
||||
|
||||
type CoinGateConfig struct {
|
||||
@ -70,6 +70,12 @@ type GoToneSmsConfig struct {
|
||||
Authorization string `json:"authorization"`
|
||||
}
|
||||
|
||||
type InnoPaasConfig struct {
|
||||
Url string `json:"url"`
|
||||
ApiKey string `json:"apiKey"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type UDunConfig struct {
|
||||
UDunUrl string `json:"UDunUrl"`
|
||||
UDunMerchantID string `json:"UDunMerchantID"`
|
||||
|
||||
Reference in New Issue
Block a user