liuxiaolong
2020-06-05 7c811247ecf143e08c576986a884bedadc57dd66
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)
}