feat(wxwork): update toUsers field type to int64 and enhance comments for clarity

This commit is contained in:
mlogclub
2026-04-21 17:57:53 +08:00
parent 22e1c2e395
commit beebf131c8
4 changed files with 69 additions and 9 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ func (s *wxWorkNotifyService) resolveToUsersByUserIDs(userIDs []int64) []string
func (s *wxWorkNotifyService) defaultToUsers() []string {
cfg := config.Current().WxWork.Notify
return arrs.Distinct(cfg.ToUsers)
return s.resolveToUsersByUserIDs(cfg.ToUsers)
}
func (s *wxWorkNotifyService) buildTextContent(title, body string) string {