问题
V6.11 发布门禁 pnpm test:apm-notification-closure 失败。当前策略编辑器把多个通知渠道映射到同一个 notification_recipients,没有按渠道的 recipient_mode(system_user / free_text / none)分别配置,也未使用现有 /apm/notification-recipients/ 系统用户目录。
风险
- 选择不同接收人模式的多个渠道时,可能把不适用的接收人值发送给错误渠道。
system_user 渠道无法保证只选择组织内系统用户。
- 现有静态发布契约正确阻止 RC 出包。
验收
问题
V6.11 发布门禁
pnpm test:apm-notification-closure失败。当前策略编辑器把多个通知渠道映射到同一个notification_recipients,没有按渠道的recipient_mode(system_user/free_text/none)分别配置,也未使用现有/apm/notification-recipients/系统用户目录。风险
system_user渠道无法保证只选择组织内系统用户。验收
notification_targets逐渠道维护channel_id与recipients。recipient_mode=none不展示接收人且提交空数组。recipient_mode=system_user使用系统用户目录多选。recipient_mode=free_text使用标签输入。pnpm test:apm-notification-closure和策略编辑器测试通过。