From 7c811247ecf143e08c576986a884bedadc57dd66 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期五, 05 六月 2020 18:29:41 +0800
Subject: [PATCH] add refresh token to resp

---
 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