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