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(){}
})
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
楼主这个问题解决了吗?
能够解决这个问题吗,官方。
体验版,安卓,wx.chooseImage之后,再图片上传。就会出现这个问题。