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

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