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):