fix(消息通知模块): 修复场景联动设备告警短信通知无法发送问题 (#525)

This commit is contained in:
fighter-wang 2024-06-21 16:01:55 +08:00 committed by GitHub
parent fdd8f4004c
commit fee733672c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class AlarmProvider implements SubscriberProvider {
//todo 根据配置来获取输出数据
return Flux.just(
SimplePropertyMetadata.of("targetType", "告警类型", StringType.GLOBAL),
SimplePropertyMetadata.of("alarmName", "告警名称", StringType.GLOBAL),
SimplePropertyMetadata.of("alarmConfigName", "告警名称", StringType.GLOBAL),
SimplePropertyMetadata.of("targetName", "目标名称", StringType.GLOBAL)
);
}