经过排查,是因为download_url 的conten-type不是video/mp4 而是video/mpeg4导致,部分手机机型出现下载invalid file type
wx.downloadFile({
url: download_url,
success(res) {
var temp = res.tempFilePath
wx.saveVideoToPhotosAlbum({
filePath: temp,
success:function(res){}
fail: function (err){}
})
}
})
同问,添加真机调试截图
啥错呢?贴个截图?
https://developers.weixin.qq.com/community/develop/doc/000a88722b07f8f41c682483c51014