|
@@ -654,7 +654,7 @@ func (this *UserAccount) PhoneBind() {
|
|
|
"s_headimageurl": (*uData)["s_headimageurl"],
|
|
|
}
|
|
|
// 新用户注册 记录来源
|
|
|
- sourceLabel := redis.GetStr("limitation", fmt.Sprintf("firstVisitTagByWX_%s", l.Session().Id()))
|
|
|
+ sourceLabel := redis.GetStr("limitation", fmt.Sprintf("firstVisitTagByWX_%s", this.Session().Id()))
|
|
|
if sourceLabel != "" {
|
|
|
data["s_rsource"] = sourceLabel
|
|
|
} else {
|