소스 검색

绑定标识

wangshan 4 달 전
부모
커밋
8d0521f630
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

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

@@ -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))