Browse Source

no message

xingzai 10 months ago
parent
commit
652c179fff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -1142,7 +1142,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
 	}
 	uid := user.UserId
 	//var signupStatus string
-	signupStatus := "Success"
+	signupStatus := ""
 	var req models.ActivityIdRep
 	err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
 	if err != nil {