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