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

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

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