微信分享失败the permission value is offine verifying?
ios手机在微信中打开一个页面,在这页面点击跳转到下载页,就提示the permission value is offine verifying,config失败?这里的encodeUri,无论我取第一次进入微信的url还是点击跳转下载的url错误都存在怎么修改呢?
$.ajax({
type: 'POST',
url: baseUrl,
async: false,
dataType: 'json',
contentType: 'application/json',
data: JSON.stringify({
url: encodeUri
}),
success: function (res, textStatus) {
let data = res.dt;
if (textStatus == "success") {
wx.config({
debug: true,
appId: data.appId,
timestamp: data.timestamp,
nonceStr: data.noncestr,
signature: data.signature,
jsApiList: ['updateAppMessageShareData', 'updateTimelineShareData']
});
console.log('xxxxxxxx');
wx.ready(function () {
share();
console.log('ppppppppppppp');
});
wx.error(function (res) {
console.log('error', res.errMsg);
// alert(res.errMsg);
});
}
}
})
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论