请问解决了吗?
iphonexs wx.uploadImage上传报missing arguments 是什么原因?客户机型 IphoneXs 16.0 微信版本 8.0.28 可以拿到chooseImage接口返回的localIds 但是使用wx.uploadImage就会报 missing arguments
2022-12-12同样的问题,请问解决了吗? weixin-js-sdk:1.6.0 机型:oppo A83
安卓手机h5 wx.uploadImage上传失败报missing arguments?打印localIdList[0]也是字符串,也有,网上说的tostring()也试了,就是报missing arguments function uploadImage() { _this.$wechat.uploadImage({ localId: localIdList[0], isShowProgressTips: 1, success: function(res) { serverIdList.push(res.serverId); localIdList.shift(); if (localIdList.length) { uploadImage(); } else { _this.getUploadImage(serverIdList).then(() => { _this.isDisabled = false; }); } }, fail: function(res) { _this.$vux.loading.hide(); alert(JSON.stringify(res)); } }); }
2022-12-12