wangshan 4 сар өмнө
parent
commit
b84dc9721a

+ 0 - 3
src/jfw/modules/subscribepay/src/service/userAccountInfo.go

@@ -805,9 +805,6 @@ func (this *UserAccount) PhoneBind() {
 			this.Session().Del("experience_binding")
 			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "experiencing", host, -1) //过期
 			jy.SetCookie(this.ResponseWriter, this.Request, "EXPERIENCE", "over", host, 8*60*60)         //结束
-			val, _ := this.Request.Cookie(jy.ExperienceSign)
-			log.Println("----Value--------", val.Value, "------Path------", val.Path, "-----Domain-------", val.Domain, "--------Name----", val.Name)
-
 		}
 	}
 	this.ServeJson(NewResult(rData, errMsg))