|
@@ -51,7 +51,7 @@ func (this *SingleLogin) VipGiftUrl(key string) error {
|
|
|
sess := this.Session().GetMultiple()
|
|
|
userId, _ := sess["userId"].(string)
|
|
|
openid := ""
|
|
|
- log.Println("1111", key, chatIdInt, isWxB, userId, this.GetString("state"))
|
|
|
+ fmt.Println("1111", key, chatIdInt, isWxB, userId, this.GetString("state"))
|
|
|
if isWxB && userId == "" {
|
|
|
if this.GetString("state") == "wx" {
|
|
|
//微信跳回来的
|