Browse Source

no message

xingzai 1 year ago
parent
commit
1419d7022d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -609,7 +609,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 	signupStatus := ""
 	var req models.ActivitySingnupRep
 	resp := new(models.SignupStatus)
-	var total int
+	//var total int
 	err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
 	if err != nil {
 		br.Msg = "参数解析异常!"