|
@ -73,7 +73,6 @@ func (t *SignCtl) Sign() { |
|
|
exist, err := models.GetById(activity, activityId) |
|
|
exist, err := models.GetById(activity, activityId) |
|
|
t.CheckErr(err) |
|
|
t.CheckErr(err) |
|
|
t.Assert(exist, code.MSG_ACTIVITY_NOT_EXIST, "互动不存在") |
|
|
t.Assert(exist, code.MSG_ACTIVITY_NOT_EXIST, "互动不存在") |
|
|
t.CheckRunning(activity.Status) |
|
|
|
|
|
|
|
|
|
|
|
user := new(models.User) |
|
|
user := new(models.User) |
|
|
exist, err = models.GetById(user, uid) |
|
|
exist, err = models.GetById(user, uid) |
|
|