Browse Source

no message

xingzai 3 years ago
parent
commit
9cefbe9ebc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -307,7 +307,7 @@ func (this *ActivityCoAntroller) PublishAndCancel() {
 // @Description 获取活动详情接口
 // @Param   ActivityId   query   int  true       "活动ID"
 // @Param   IsShowJurisdiction   query   int  true       "是否仅展示有权限的,1是,0否 默认为0"
-// @Success Ret=200 {object} models.ActivityDetail
+// @Success Ret=200 {object} models.ActivityUserSearchContentList
 // @router /getUserSearchContent [get]
 func (this *ActivityCoAntroller) GetUserSearchContent() {
 	br := new(models.BaseResponse).Init()