|
@@ -155,7 +155,11 @@ func subscribe(openId string) {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
userRecord.UserId = user.UserId
|
|
userRecord.UserId = user.UserId
|
|
- userRecord.Update([]string{"user_id"})
|
|
|
|
|
|
+ err = userRecord.Update([]string{"user_id"})
|
|
|
|
+ if err != nil {
|
|
|
|
+ utils.FileLog.Info("关注后,修改公众号绑定用户异常,err:" + err.Error())
|
|
|
|
+ return
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return
|
|
return
|