From bae7a9a30b89c519460746cfa19cd7e66a0196e2 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期日, 19 一月 2020 17:13:07 +0800 Subject: [PATCH] update _source list and struct --- controllers/monitoring.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/controllers/monitoring.go b/controllers/monitoring.go index d7574da..d18673a 100644 --- a/controllers/monitoring.go +++ b/controllers/monitoring.go @@ -88,5 +88,6 @@ } } }*/ - util.ResponseFormat(c, code.Success, tokenRes) + tmpAllDate := esutil.ResponseData(tokenRes) + util.ResponseFormat(c, code.Success, tmpAllDate) } -- Gitblit v1.8.0