Explorar o código

Merge branch 'dev/v1.2.6_zxl' of moapp/message into feature/v1.2.6

zhangxinlei1996 hai 1 ano
pai
achega
43c8e3beed
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      services/activity/task/task.go

+ 2 - 2
services/activity/task/task.go

@@ -165,8 +165,8 @@ func (this *Task) Task() {
 				})
 			}
 			if phone != "" {
-				dataM[model.FollowWx].Status = 1
-				dataM[model.FollowWx].FinishTime = now
+				dataM[model.BindPhone].Status = 1
+				dataM[model.BindPhone].FinishTime = now
 				activity.Task(&model.Message{
 					E_code:   "task",
 					E_userId: mgoUserId,