From 1452925a7badfd5aa6a67e1ae95881b2d1acf173 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 18 十一月 2019 21:12:30 +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 4a14019..089ae0c 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"` - ShowLables string `json:"showLables"` - OtherLables string `json:"otherLables"` + ShowLabels string `json:"showLables"` + OtherLabels string `json:"otherLables"` 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"` - ShowLables string `json:"showLables"` - OtherLables string `json:"otherLables"` + ShowLabels string `json:"showLables"` + OtherLabels string `json:"otherLables"` VideoUrl string `json:"videoUrl"` AnalyServerId string `json:"analyServerId"` AnalyServerName string `json:"analyServerName"` -- Gitblit v1.8.0