liuxiaolong
2020-06-05 02648678b4624a0c2c0167bc363df29ff9610a9f
controllers/monitoring.go
@@ -88,5 +88,6 @@
         }
      }
   }*/
   util.ResponseFormat(c, code.Success, tokenRes)
   tmpAllDate := esutil.ResponseData(tokenRes)
   util.ResponseFormat(c, code.Success, tmpAllDate)
}