过去代码运行正常,最近两天发现所有的wx.cloud.uploadFile 运行都不正常
该函数在开发环境和真机测试环境都正常,但在真机运行环境下出现错误:
fail url not in domain list?
代码片段:
wx.cloud.uploadFile({ cloudPath: 'owner_sound/share/' + that.data.news_id + '/share.jpg', filePath: that.data.upload_local_url, // 本地文件路径 success: res => { that.getImgUrl(res.fileID) }, fail: err => { that.setData({ publisher_change: false, }) wx.hideLoading({ success: (res) => { wx.showModal({ title: '封面图片上传失败!', content: err.errMsg, showCancel: false, }) }, }) } })
你好,建议修改下 app.json
https://developers.weixin.qq.com/minigame/dev/wxcloud/reference/compatibility.html
刚刚移除掉了cloud:true提交了代码,用户都在等待中,这不是误事吗。
你小程序也不能提前检查一下,开发版、真机版、体验版也应该不能用才对啊。。。
今天下午提交了代码,最核心的图片上传功能不能用了。
刚刚移除掉了cloud:true提交了代码,用户都在等待中,这不是误事吗。
你小程序也不能提前检查一下,开发版、真机版、体验版也应该不能用才对啊。。。
长期的方案:去掉 `app.json` 里的 `“cloud”: true` 配置项
分享:13883166466