收藏
回答

报错fail api scope is not declared in the privacy ag

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.authorize 微信iOS客户端 8.0.48 2.7.3

scope.bluetooth

 wx.authorize({

            scope: 'scope.bluetooth',

            success () {

                console.log("已授权")

            },complete(res){

              console.log(res)

            }

          })


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

2 个回答

  • Hlxuan.
    Hlxuan.
    04-12

    出现这个报错是因为你的小程序没有在[mp后台 -> 设置 -> 服务内容声明 -> 用户隐私保护指引]中声明隐私类型【访问你的蓝牙】,建议尽快补充该隐私类型声明,待审核通过后,过一段时间再试。

    04-12
    有用 1
    回复 1
    • 孟清
      孟清
      04-12
      感谢
      04-12
      回复
  • 一笑皆春
    一笑皆春
    04-12

    登录后台https://mp.weixin.qq.com/ 在设置里,更新下用户隐私协议

    04-12
    有用
    回复
登录 后发表内容