微信分享失败the permission value is offine verifying?

发布于 2022-09-13 01:08:42 字数 1478 浏览 27 评论 0

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文