Browse Source

no message

xingzai 3 years ago
parent
commit
e7f2c4ab74
1 changed files with 5 additions and 5 deletions
  1. 5 5
      controllers/report.go

+ 5 - 5
controllers/report.go

@@ -4,7 +4,7 @@ import (
 	"hongze/hongze_cygx/models"
 )
 
-//策略
+//报告
 type ReportController struct {
 	BaseAuthController
 }
@@ -13,8 +13,8 @@ type ReportCommonController struct {
 	BaseCommonController
 }
 
-// @Title 行业报告列表接口
-// @Description 获取行业报告列表接口
+// @Title 行业报告分类列表接口
+// @Description 获取行业报告分类列表接口
 // @Param   ChartPermissionId   query   int  true       "分类ID"
 // @Success 200 {object} models.IndustrialManagementList
 // @router /home/tradeList [get]
@@ -43,8 +43,8 @@ func (this *ReportController) TradeList() {
 	br.Data = resp
 }
 
-// @Title 产业报告列表接口
-// @Description 获取产业报告列表接口
+// @Title 产业报告分类列表接口
+// @Description 获取产业报告分类列表接口
 // @Param   ChartPermissionId   query   int  true       "分类ID"
 // @Param   OrderColumn   query   int  true       "排序字段 ,NewTime最近更新 ,Recommend弘则推荐"
 // @Success 200 {object} models.IndustrialManagementList