收藏
回答

getPhoneNumber报api scope is not declared code:112?

getPhoneNumber中报错

getPhoneNumber: fail api scope is not declared in the privacy agreement,errno:112

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

4 个回答

  • 🇪 🇱 🇸 🇪
    🇪 🇱 🇸 🇪
    02-19
    getPhoneNumber(e){
        let _this = this;
        let getphone = e.target.dataset.getphone;
        let { encryptedData:encrypted_data,iv } = e.detail;
        wx.login({
          successfunction(res{
            let code = res.code;
            const option = {encrypted_data,code,iv,..._this.data.scene}
            _this.distribution_login(option,getphone);
          }
        })
      },
    
    02-19
    有用
    回复 1
    • 🇪 🇱 🇸 🇪
      🇪 🇱 🇸 🇪
      02-19
      给后端传的code 要用wx.login返回的
      02-19
      回复
  • 那一抹笑😃 穿透阳光
    那一抹笑😃 穿透阳光
    2023-11-24

    隐私协议加一下

    2023-11-24
    有用
    回复
  • showms
    showms
    2023-11-23

    更新一下隐私协议

    2023-11-23
    有用
    回复
  • 正青春
    正青春
    2023-11-23

    mp后台 -> 设置 -> 服务内容声明 -> 用户隐私保护指引中声明收集该组件对应的隐私类型【收集你的手机号】,完善隐私协议,勾选对应的接口。审核后,过一个小时,重启开发工具试试

    2023-11-23
    有用
    回复
登录 后发表内容