liuxiaolong
2019-11-20 838c3abb88fa8bf89c690b1a05de1c02bb79ee6c
controllers/initForData.go
@@ -66,11 +66,10 @@
      linkTagInfoAnalyServerFilterStr +
      "]}}" +
      "]}}," +
      "\"sort\":[{\"picDate\":{\"order\":\"desc\"}}]," +
      "\"size\":\"20\",\"sort\":[{\"picDate\":{\"order\":\"desc\"}}]," +
      "\"_source\":{\"includes\":[],\"excludes\":[\"*.feature\"]}" +
      "}"
   //logger.Debug("InitForCaptureData:", prama)
   logger.Debug("InitForCaptureData:", prama)
   tokenRes := esutil.GetEsDataReq(url, prama, true)
   util.ResponseFormat(c, code.Success, tokenRes)
}