From cc1b2a11259fb1e20da9dd9711732851e69a00d9 Mon Sep 17 00:00:00 2001 From: riba2534 Date: Mon, 20 Mar 2023 11:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/bot.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/bot.go b/bot/bot.go index 191ac11..de44baa 100644 --- a/bot/bot.go +++ b/bot/bot.go @@ -17,6 +17,6 @@ func Init() error { } func consoleQrCode(uuid string) { - q, _ := qrcode.New("https://login.weixin.qq.com/l/"+uuid, qrcode.Highest) - fmt.Println(q.ToSmallString(true)) + q, _ := qrcode.New("https://login.weixin.qq.com/l/"+uuid, qrcode.High) + fmt.Println(q.ToSmallString(false)) }