怎么回事,官方也没个回复
小程序获取位置隐私保护已设置,仍提示无未声明fail-api作用域?小程序获取位置隐私保护已设置,并通过审核,但是调用API时仍提示"errMsg":"getLocation:fail api scope is not declared in the privacy agreement","errno":112。 更新:提示变成{"errMsg":"getLocation:fail privacy permission is not authorized","errno":104}了。 [图片]
2023-08-16害,也没个回答
出现 realAuthUrl errMsg:config:invalid signature ?[图片] 已确保: 1.签名算法正确,已经过微信工具进行校验 2.前后端用于config的所有参数均一致,没有任何差异 3.access_token和jsapi_ticket均已进行7200秒缓存,失效后自动重新获取并缓存 4.公众号已配置js安全域名(https://applet.chinaant.net),并已配置该域名和后台所在服务器的公网IP白名单 目前怀疑原因: url不正确,但不知道为什么不正确,已参照网上说的方案,前端处理url后进行传递,但仍会出现报错 created() { const script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"; document.body.appendChild(script); let url = location.href.split("#")[0]; this.$message.toast(url); setTimeout(async () => { let data = await this.$http.quitRequest(this.$app.h5Server + "/jsapi/configJsSdk", {url: encodeURIComponent(url)}); let config = data.list[0]; console.log(config) wx.config({ debug: true, appId: config.appId, // 必填,公众号的唯一标识 timestamp: config.timestamp, // 必填,生成签名的时间戳 nonceStr: config.nonceStr, // 必填,生成签名的随机串 signature: config.signature,// 必填,签名 jsApiList: ["openLocation"], // 必填,需要使用的JS接口列表 openTagList: ["wx-open-launch-weapp"] // 可选,需要使用的开放标签列表,例如['wx-open-launch-app'] }); wx.ready(() => { }); wx.error((res) => { console.log(res) }); }, 100); }
2022-10-12[图片]console.debug有如上提示 看下这个大概是什么原因
地图本来好好的,突然出现OpenLocation:permission denied是怎么回事?【皮可宠物】有没有社区技术支持帮助解决一下
2022-10-11是什么问题呢
openLocation:permission denied 错误?公众号 wxid_h9hsiz8e2k1j22的接口测试 h5 调用 openLocation 报错,也使用了checkAPIlist 检测openLocation 使用 https://developers.weixin.qq.com/community/minihome/doc/000c00742c4438f6cb6bbf1db51800 通过这个帖子操作,但是还是有问题 https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign signnative 签名 校验通过了,但是还是有错误???? [图片][图片] [图片]
2022-10-11