获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
能够解决这个问题吗,官方。 体验版,安卓,wx.chooseImage之后,再图片上传。就会出现这个问题。
uploadFile:fail fail:file doesn't exist?wx.chooseImg成功后调用wx.compressImage成功后将返回值直接传给wx.uploadFile做图片敏感信息校验,却返回uploadFile:fail fail:file doesn't exist wx.uploadFile({ url: 'https://api.weixin.qq.com/wxa/img_sec_check?access_token=' + accessToken, method: 'POST', filePath: res.tempFilePaths[0], name: 'file', header: { 'Content-Type': 'application/octet-stream' //一定要设置header头部信息’Content-Type’: ‘application/octet-stream’ }, formData: { media: res.tempFilePaths[0] }, success:function(){}, fail:function(){} })
2023-05-10