调用wx.cloud.uploadFile上传本地图片提示图片找不到
执行后抛出异常,Error: errCode: -1 | errMsg: cloud.uploadFile:fail uploadFile:fail createUploadTask:fail file not found; at cloud.uploadFile api
wx.cloud.uploadFile({
cloudPath: '1-28687-big.png',
filePath: 'images/1-28687-big.png',
}).then(res => {
console.log(res.fileID)
}).catch(console.log)