wangshan 4 bulan lalu
induk
melakukan
911ec450d7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/jfw/modules/subscribepay/src/filter/mergefilter.go

+ 1 - 0
src/jfw/modules/subscribepay/src/filter/mergefilter.go

@@ -33,6 +33,7 @@ func (l *mergeFilter) Do() bool {
 	if phone == "" && qu.Int64All(l.GetSession["experience_binding"]) == 1 {
 		jy.SetCookie(l.W, l.R, jy.ExperienceSign, "experiencing", fmt.Sprintf(".%s", l.R.Host), 7*60*60)
 	} else {
+		log.Println(phone, "--experiencing--", l.GetSession["experience_binding"])
 		jy.SetCookie(l.W, l.R, jy.ExperienceSign, "experiencing", fmt.Sprintf(".%s", l.R.Host), -1)
 	}
 	if flushSession, _ := l.GetSession["flushSession"].(bool); flushSession {