- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
wx.cloud.downloadFile({
fileID: 'cloud://19c9-hfsc-180911-7ff2b6/goods.jpg'
}).then(res => {
// get temp file path
console.log(res.tempFilePath)
}).catch(error => {
console.error(error)
// handle error
})
感谢反馈,我们会在下版修复