add: support alarm forward by sms
This commit is contained in:
@@ -93,9 +93,10 @@ type YamlConfig struct {
|
|||||||
TemplateCode string `yaml:"templateCode"`
|
TemplateCode string `yaml:"templateCode"`
|
||||||
} `yaml:"sms"`
|
} `yaml:"sms"`
|
||||||
SMSC struct {
|
SMSC struct {
|
||||||
Addr string `yaml:"addr"`
|
Addr string `yaml:"addr"`
|
||||||
UserName string `yaml:"userName"`
|
SystemID string `yaml:"systemID"`
|
||||||
Password string `yaml:"password"`
|
Password string `yaml:"password"`
|
||||||
|
SystemType string `yaml:"systemType"`
|
||||||
} `yaml:"smsc"`
|
} `yaml:"smsc"`
|
||||||
} `yaml:"alarm"`
|
} `yaml:"alarm"`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user