panlei
2019-07-03 e34842cd216baafef7d0b5ec56aab5a24362986c
insertdata/insertDataToEs.go
@@ -47,7 +47,7 @@
   IsAckAlarm      string `json:"isAckAlarm"`
   IsCollect       string `json:"isCollect"`
   IsDelete        int    `json:"isDelete"`
   BaseInfo        Base   `json:"baseInfo"`
   BaseInfo        []Base `json:"baseInfo"`
}
type Base struct {
@@ -159,7 +159,7 @@
               "",
               "",
               0,
               Base{},
               []Base{},
            }
            requstbody, err := json.Marshal(pervideo)