浏览代码

wip:gengxin

wangshan 4 月之前
父节点
当前提交
ae60a88460
共有 1 个文件被更改,包括 2 次插入2 次删除
  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, "experiencing", host, -1) //过期
-			jy.SetCookie(this.ResponseWriter, this.Request, "EXPERIENCE", "over", host, 8*60*60)         //结束
+			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear", host, -1) //过期
+			jy.SetCookie(this.ResponseWriter, this.Request, "EXPERIENCE", "over", host, 8*60*60)  //结束
 		}
 	}
 	this.ServeJson(NewResult(rData, errMsg))