收藏
回答

authorize:fail invalid scope

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.authorize 工具 6.7.0 2.0.4

获取authorize:fail invalid scope的权限时返回"authorize:fail invalid scope",而其他权限没有问题,求解决

回答关注问题邀请回答
收藏

3 个回答

  • 春
    2018-07-22

    我也遇到了一样的问题

    https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=0002e09c380858339f174d32456800&token=1876048429&lang=zh_CN

    2018-07-22
    有用 1
    回复
  • 路漫漫
    路漫漫
    2018-07-13

    wx.getSetting({

         success: res => {

           wx.authorize({

             scope: 'scope.userLocation',

             success: (res) => {

               console.log(res);

             },

             fail: (res) => {

               console.log(res);

             }

           })

           console.log(res);

         }

       })

     }



    别的scope是成功的


    2018-07-13
    有用 1
    回复
  • 灵芝
    灵芝
    2018-07-13

    你好,目前问题没有复现,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

    2018-07-13
    有用
    回复 1
    • chock
      chock
      2018-07-18

      我也遇到了相同的问题,代码片段可以看我的提问

      2018-07-18
      1
      回复
登录 后发表内容