From 6fccf028f857ee4961f00e2b378c6dd86cfb36bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9F=E5=8B=87?= Date: Sun, 19 Mar 2023 21:04:36 +0800 Subject: [PATCH] fix itchat bug --- channel/wechat/wechat_channel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/channel/wechat/wechat_channel.py b/channel/wechat/wechat_channel.py index 63a1454..ac5cc2f 100644 --- a/channel/wechat/wechat_channel.py +++ b/channel/wechat/wechat_channel.py @@ -51,6 +51,7 @@ class WechatChannel(Channel): def login(self, uuid=None, status='0', qrcode=None): print('uuid:', uuid) print('status:', status) + # 请将链接转发到外部接口,并在外部自行通过二维码生成库将链接转换为二维码后展示,例如:将下方的 qrcode_link 通过草料二维码进行处理后,再通过手机端扫码登录微信小号 print('qrcode_link:', 'https://login.weixin.qq.com/l/'+uuid) def handle(self, msg):