小程序
小游戏
企业微信
微信支付
扫描小程序码分享
获取authorize:fail invalid scope的权限时返回"authorize:fail invalid scope",而其他权限没有问题,求解决
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我也遇到了一样的问题
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=0002e09c380858339f174d32456800&token=1876048429&lang=zh_CN
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
wx.getSetting({
success: res => {
wx.authorize({
scope: 'scope.userLocation',
success: (res) => {
console.log(res);
},
fail: (res) => {
}
})
别的scope是成功的
你好,目前问题没有复现,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
我也遇到了相同的问题,代码片段可以看我的提问
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我也遇到了一样的问题
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=0002e09c380858339f174d32456800&token=1876048429&lang=zh_CN
wx.getSetting({
success: res => {
wx.authorize({
scope: 'scope.userLocation',
success: (res) => {
console.log(res);
},
fail: (res) => {
console.log(res);
}
})
console.log(res);
}
})
}
别的scope是成功的
你好,目前问题没有复现,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
我也遇到了相同的问题,代码片段可以看我的提问