add: support alarm forward by sms

This commit is contained in:
2024-04-19 18:31:04 +08:00
parent f7aa7a5c30
commit f6bd3c2f21

View File

@@ -93,9 +93,10 @@ type YamlConfig struct {
TemplateCode string `yaml:"templateCode"`
} `yaml:"sms"`
SMSC struct {
Addr string `yaml:"addr"`
UserName string `yaml:"userName"`
Password string `yaml:"password"`
Addr string `yaml:"addr"`
SystemID string `yaml:"systemID"`
Password string `yaml:"password"`
SystemType string `yaml:"systemType"`
} `yaml:"smsc"`
} `yaml:"alarm"`