From 18174cc9229d1656b3c6121ec70f6c84435b2ea6 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 19 十一月 2019 09:40:03 +0800 Subject: [PATCH] --- --- insertdata/insertDataToEs.go | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/insertdata/insertDataToEs.go b/insertdata/insertDataToEs.go index ab20ecb..320c7bc 100644 --- a/insertdata/insertDataToEs.go +++ b/insertdata/insertDataToEs.go @@ -49,8 +49,8 @@ Content string `json:"content"` AlarmRules []AlarmRule `json:"alarmRules"` LikeDate string `json:"likeDate"` - ShowLabels string `json:"showLables"` - OtherLabels string `json:"otherLables"` + ShowLabels string `json:"showLabels"` + OtherLabels string `json:"otherLabels"` VideoUrl string `json:"videoUrl"` AnalyServerId string `json:"analyServerId"` AnalyServerName string `json:"analyServerName"` @@ -79,8 +79,8 @@ Content string `json:"content"` AlarmRules []AlarmRule `json:"alarmRules"` LikeDate string `json:"likeDate"` - ShowLabels string `json:"showLables"` - OtherLabels string `json:"otherLables"` + ShowLabels string `json:"showLabels"` + OtherLabels string `json:"otherLabels"` VideoUrl string `json:"videoUrl"` AnalyServerId string `json:"analyServerId"` AnalyServerName string `json:"analyServerName"` -- Gitblit v1.8.0