获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我们这几天也在陆陆续续反馈这个问题了,,我们有好几个端,,几套代码,,难道都特么一个个加延迟两秒吗,,几百万用户啊
苹果手机调用scanQRCode没有回调?wx.scanQRCode({ needResult: 1, // 默认为0,扫描结果由微信处理,1则直接返回扫描结果, scanType: ["qrCode"], // 可以指定扫二维码还是一维码,默认二者都有 success:function (res){ let result = res.resultStr; $.ajax({ url:result, type:'get', data:{id:me.validateForm.id}, success:function(res){ alert("请在pc端上传文件") } }) }, fail:function (res) { alert("失败"); alert(res) } });苹果在使用的时候没有回调,开启debug模式也没有任何的回调,请问是什么原因。 微信js版本1.2.0和 1.4.0,苹果所有的手机
2020-03-31同问
微信支付有nodejs 的sdk么微信支付有nodejs 的sdk么
2019-09-18