Browse Source

wip:名称

wangshan 4 months ago
parent
commit
34d2b3681f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

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

@@ -803,8 +803,8 @@ func (this *UserAccount) PhoneBind() {
 				host = "." + host
 			}
 			this.Session().Del("experience_binding")
-			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear01", host, 2*60)
-			jy.SetCookie(this.ResponseWriter, this.Request, "EXPERIENCEOVER", "over", host, 8*60*60) //结束
+			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear", host, 2*60)
+			jy.SetCookie(this.ResponseWriter, this.Request, "EXPERIENCE", "over", host, 8*60*60) //结束
 		}
 	}
 	this.ServeJson(NewResult(rData, errMsg))