authorize:fail invalid scope
授权userLocation失败authorize:fail invalid scope
除了userLocation其他的都可以授权
wx.authorize({ scope: 'scope.userLocation' , success() {
fail(err) { console.log(err) } }) |