authorize:fail invalid scope
发布于 5 年前 作者 qiang94 5332 次浏览 来自 问答

授权userLocation失败authorize:fail invalid scope

除了userLocation其他的都可以授权

wx.authorize({
    scope: 'scope.userLocation',
    success() {

        console.log('success')

    },

    fail(err) {
        console.log(err)
    }
})

2 回复

你好,麻烦提供下appid,谢谢

我的也是这个问题,弄了好几天都没成功,使用的是测试账户。appid:wxad3dbc1d615815d1

请帮忙慢慢,谢谢!

回到顶部