mirror of
https://github.com/zhayujie/bot-on-anything.git
synced 2026-02-17 08:28:33 +08:00
fix itchat bug
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user