xingzai 3 anni fa
parent
commit
a525d4d461
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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()