Selaa lähdekoodia

Merge branch 'feature/v4.10.1' of https://jygit.jydev.jianyu360.cn/qmx/jy into feature/v4.10.1

wangchuanjin 5 kuukautta sitten
vanhempi
commit
5db3025725
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/userAccountInfo.go

@@ -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 {