var link=https://video.beibeibang.com.cn/B01SW614.mp4;
wxdownloadFile({
url link
filePath wxenvUSER_DATA_PATH fileName .mp4
successres=>{
console.log(res)
},fail:err=>{
consolelog(err.errorMsg)
}
})
官方文档说明wx.downloadFile单次下载为50M,但是在ios中,高于10M无法下载,在安卓中5-8M均不能下载
errMsg: "downloadFile:fail the maximum size of the file storage limit is exceeded"
麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
https://developers.weixin.qq.com/s/u9W9Vdma7LeH