- 当前 Bug 的表现(可附上截图)
- 预期表现
上传图片接口请求就会出现这个弹窗,点击确定之后接口失败无任何反应,使用postman是可以正常请求数据的,这个问题该怎么解决?
- 复现路径
- 提供一个最简复现 Demo
wx.chooseImage({ success: function (res) { var tempFilePaths = res.tempFilePaths; console.log(tempFilePaths[0]) wx.uploadFile({ url: 'https://gateway.mbgo.com/posorder-sale-service/appletsale/user/upload' , filePath: tempFilePaths[0], name: 'files' , success: function (res) { var data = res.data; console.log(res) var result = JSON.parse(data).result[0]; console.log(result.imagePrefix + result.imageUrl) } }) } }) |
你好,可以参考:https://developers.weixin.qq.com/community/develop/article/doc/000e4eb78a0640d68028a075a50813
参考一下这个解决方案:
当前系统代理不是安全代理是否信任,登录不显示二维码,登录网络连接失败
https://developers.weixin.qq.com/community/develop/doc/00000805a6c7487c71b76bf4551400