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
+2 -1
View File
@@ -86,7 +86,8 @@ wxWork:
notify:
# 是否启用企业微信应用消息通知。
enabled: false
# 默认接收通知的成员ID列表;如业务目标用户已绑定企业微信身份,会优先发给目标用户。
# 默认接收通知的系统用户ID列表;如业务目标用户已绑定企业微信身份,会优先发给目标用户。
# 系统用户ID会通过企业微信身份绑定映射为企业微信成员ID后发送。
toUsers: []
# 是否发送保密消息。
safe: false