浏览代码

no message

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

+ 2 - 2
controllers/activity.go

@@ -410,7 +410,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 // @Title 活动取消报名
 // @Description 活动取消报名接口
 // @Param	request	body models.ActivitySingnupRep true "type json string"
-// @Success 200 操作成功
+// @Success Ret=200 {object} models.SignupStatus
 // @router /signup/cancel [post]
 func (this *ActivityCoAntroller) SignupCancel() {
 	br := new(models.BaseResponse).Init()
@@ -673,7 +673,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
 // @Title 取消会议提醒
 // @Description 取消会议提醒接口
 // @Param	request	body models.ActivityIdRep true "type json string"
-// @Success 200 操作成功
+// @Success Ret=200 {object} models.SignupStatus
 // @router /meetingReminder/cancel [post]
 func (this *ActivityCoAntroller) MeetingReminderCancel() {
 	br := new(models.BaseResponse).Init()