1. 首页
  2. 数据库
  3. 其它
  4. 微信多图上传解决android多图上传失败问题

微信多图上传解决android多图上传失败问题

上传者: 2021-01-31 19:43:05上传 PDF文件 59.74KB 热度 25次
微信提供了文件上传的方法wx.uploadFile来上传我们的图片 wx.chooseImage({ success: function(res) { var tempFilePaths = res.tempFilePaths wx.uploadFile({ url: 'http://example.weixin.qq.com/upload', //仅为示例,非真实的接口地址 filePath: tempFilePaths[0], name: 'file', formData:{ 'user': 'test' }, success: function(res
用户评论