fix itchat bug

This commit is contained in:
牟勇
2023-03-19 21:04:36 +08:00
parent 36e05629d6
commit 6fccf028f8

View File

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