@@ -40,6 +40,7 @@ func BindUser(unionId, openId, phone, email, areaCode string) (userItem *models.
UserId: userItem.UserId,
Phone: phone,
AreaCode: areaCode,
+ Status: utils.UserStatusPotential,
RegisterTime: curTime,
ModifyTime: curTime,
}