From 1aa31f43f6621f9319305972e9303c9f2c9fd27b Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 4 Sep 2024 11:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_index.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/hdl/hdl_index.go b/app/hdl/hdl_index.go index 351118a..569205b 100644 --- a/app/hdl/hdl_index.go +++ b/app/hdl/hdl_index.go @@ -59,9 +59,9 @@ func IndexTotal(c *gin.Context) { } // IndexAppList -// @Summary 数据明细 -// @Tags 数据中心------嘉俊 -// @Description 数据中心-数据明细 +// @Summary 应用列表 +// @Tags 首页------嘉俊 +// @Description 首页-应用列表 // @param Authorization header string true "验证参数Bearer和token空格拼接" // @Accept json // @Produce json