From 72aae0da4e7fec976661beed3461bc8fa4c27949 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Wed, 29 Sep 2021 11:16:56 +0800 Subject: [PATCH] =?UTF-8?q?add=20QQ=E6=89=AB=E7=A0=81=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/login.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/login.go b/controllers/login.go index 4fc0453..7da54d7 100644 --- a/controllers/login.go +++ b/controllers/login.go @@ -94,6 +94,7 @@ func (c *LoginController) GetQrcode1() { return } } + logs.Info(s.Data.QqLoginQrcode.Bytes) //jsonByte, _ := json.Marshal(s) //jsonStr := string(jsonByte) //fmt.Printf("%v", jsonStr)