liuxiulin 2 일 전
부모
커밋
7cd2474080
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 表示一组报警规则