puppet-wechat icon indicating copy to clipboard operation
puppet-wechat copied to clipboard

Fliebox.fromurl下载的图片,无法通过发送方法发送

Open Language-Ink opened this issue 2 years ago • 1 comments

似乎是因为图片大小的问题,建议可以增加图片大小的来进行修改。

Language-Ink avatar Oct 13 '23 01:10 Language-Ink

设置一个类型就可以了 const imageFileBox = await FileBox.fromUrl(imageUrl.data.url,{ name : 'xxxx.jpg'}) imageFileBox.mediaType = 'image/jpeg'; // 手动设置 mimeType

why-qw1ko avatar Dec 27 '24 02:12 why-qw1ko