feat(wxwork): remove unused recipient fields from wxWorkNotifyConfig

This commit is contained in:
mlogclub
2026-04-21 17:36:05 +08:00
parent e5c9eba497
commit 8c31a9c444
4 changed files with 5 additions and 25 deletions
-2
View File
@@ -22,8 +22,6 @@ type Config struct {
type WxWorkNotifyConfig struct {
Enabled bool `yaml:"enabled"`
ToUsers []string `yaml:"toUsers"`
ToParties []string `yaml:"toParties"`
ToTags []string `yaml:"toTags"`
Safe bool `yaml:"safe"`
EnableDuplicateCheck bool `yaml:"enableDuplicateCheck"`
DuplicateCheckInterval int `yaml:"duplicateCheckInterval"`