sunty
2020-02-11 124eb2e2f7ea8cc0f929bb2a93ca975df141bf13
controllers/clearData.go
@@ -42,6 +42,7 @@
      util.ResponseFormat(c, code.InvalidRequest, "数据已删除或该时间段无数据")
      return
   }
   fmt.Println("asgdasgdjhas: ", ip, port, config.BasicFS.IndexName, startTime, endTime, analyServerId)
   addRes, addErr := esutil.AddDelTask(ip, port, config.BasicFS.IndexName, startTime, endTime, analyServerId)
   if addErr != nil {
      fmt.Println("错误为u:   ", addErr)