获取authorize:fail invalid scope的权限时返回"authorize:fail invalid scope",而其他权限没有问题,求解决
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
春**回复:
我也遇到了一样的问题
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是成功的
公司急用##微信小程序开发
ni**回复:
你好,目前问题没有复现,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
本文网址:http://www.91bianli.com/kaifazhinan/61956.html