瀏覽代碼

绑定过手机号处理

WH01243 4 月之前
父節點
當前提交
87f52c1ac0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/front/singleLogin.go

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

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