소스 검색

绑定过手机号处理

WH01243 4 달 전
부모
커밋
e3ffea1c15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/front/singleLogin.go

+ 1 - 1
src/jfw/front/singleLogin.go

@@ -69,7 +69,7 @@ func (this *SingleLogin) VipGiftUrl(key string) error {
 			log.Println(fmt.Sprintf(config.Wxoauth, url.QueryEscape(this.Site()+this.Url()), "wx"))
 			return this.Redirect(fmt.Sprintf(config.Wxoauth, url.QueryEscape(this.Site()+this.Url()), "wx"), 302)
 		}
-	}CD
+	}
 	if key != "" && chatIdInt > 0 {
 		openid = qutil.InterfaceToStr(this.GetSession("s_m_openid"))
 		//查看是否关注公众号