调用wx.cloud.downloadFile方法,传入文件ID下载文件,用户仅可下载其有访问权限的文件,代码如下所示。 wx.cloud.downloadFile({ fileID: '', // 文件 ID success: res => { // 返回临时文件路径 console.log(res.tempFilePath) }, fail: console.error})