|
@@ -804,6 +804,7 @@ func (this *UserAccount) PhoneBind() {
|
|
|
}
|
|
|
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) //结束
|
|
|
}
|
|
|
}
|
|
|
this.ServeJson(NewResult(rData, errMsg))
|