Selaa lähdekoodia

Merge pull request #1847 from Yanyutin753/master

fix ReplyType.IMAGE 回复图片为空的BUG
master
zhayujie GitHub 7 kuukautta sitten
vanhempi
commit
c3a3df67b0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      channel/wechat/wechat_channel.py

+ 1
- 0
channel/wechat/wechat_channel.py Näytä tiedosto

@@ -233,6 +233,7 @@ class WechatChannel(ChatChannel):
logger.info("[WX] sendImage url={}, receiver={}".format(img_url, receiver))
elif reply.type == ReplyType.IMAGE: # 从文件读取图片
image_storage = reply.content
image_storage.seek(0)
itchat.send_image(image_storage, toUserName=receiver)
logger.info("[WX] sendImage, receiver={}".format(receiver))
elif reply.type == ReplyType.FILE: # 新增文件回复类型


Loading…
Peruuta
Tallenna