liuxiaolong
2020-06-28 9eb253b80440485949b36a8f2bf43a43d30639be
controllers/capture.go
@@ -72,5 +72,6 @@
      "\"size\":\"1000\"," +
      "\"_source\":{\"includes\":[],\"excludes\":[\"*.feature\"]}}"
   tokenRes := esutil.GetEsDataReq(url, prama, true)
   util.ResponseFormat(c, code.Success, tokenRes)
   tmpAllDate := esutil.ResponseData(tokenRes)
   util.ResponseFormat(c, code.Success, tmpAllDate)
}