wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
779 stars 344 forks source link

使用默认协议(桌面微信)可以发送图片,使用iPad的协议发送图片就会报错就会 #187

Open 649273833 opened 3 years ago

649273833 commented 3 years ago

我在使用wechaty案例时(“https://github.com/wechaty/wechaty-getting-started/blob/master/examples/basic/ding-dong-bot.js”),使用默认协议(桌面微信)可以正常运行发送案例里面的svg文件,当我使用iPad的协议发送案例里面的svg文件就会报错就会提示 “UnhandledPromiseRejectionWarning: Error: Unsupported MIME type: application/xml” ,但是发送普通的jpg、jpeg、png格式的图片没有问题