|
@@ -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()
|