浏览代码

Merge branch 'cygx_v2' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 3 年之前
父节点
当前提交
1b35611af1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -333,7 +333,7 @@ func (this *ActivityCoAntroller) Detail() {
 // @Title 活动报名
 // @Title 活动报名
 // @Description 活动报名接口
 // @Description 活动报名接口
 // @Param	request	body models.ActivitySingnupRep true "type json string"
 // @Param	request	body models.ActivitySingnupRep true "type json string"
-// @Success 200 操作成功
+// @Success Ret=200 {object} models.SignupStatus
 // @router /signup/add [post]
 // @router /signup/add [post]
 func (this *ActivityCoAntroller) SignupAdd() {
 func (this *ActivityCoAntroller) SignupAdd() {
 	br := new(models.BaseResponse).Init()
 	br := new(models.BaseResponse).Init()