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