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(){} })