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