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