liuxiulin 1 day ago
parent
commit
7cd2474080
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/ruleEngine/nodes/temp_alarm_node.go

+ 1 - 1
pkg/ruleEngine/nodes/temp_alarm_node.go

@@ -80,7 +80,7 @@ type TempAlarmNodeConfig struct {
 
 type MessageFields struct {
 	Field string `json:"field"`
-	Type  string `json:"type"`
+	Type  int    `json:"type"`
 }
 
 // Rule 表示一组报警规则