收藏
回答

getPhoneNumber获取到的code拿不到手机号?

https://api.weixin.qq.com/wxa/business/getuserphonenumber接口返回"errcode":40013,"errmsg":"invalid appid hint: [wggE9_I2e-AD0E.A] rid: 6528d973-4a65c7d8-3cd148bf",查了appid是一样的

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

4 个回答

  • จุ๊บ
    จุ๊บ
    2023-10-13

    个人 认为可能是 调用这个(https://api.weixin.qq.com/wxa/business/getuserphonenumber)接口之前,获取token的接口有问题,建议看下获取token的逻辑

    2023-10-13
    有用 1
    回复
  • 🇪 🇱 🇸 🇪
    🇪 🇱 🇸 🇪
    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
  • 锐
    2023-10-13

    请求本地服务器可以正常获取,请求测试服务器就报40013了


    2023-10-13
    有用
    回复
  • 那一抹笑😃 穿透阳光
    那一抹笑😃 穿透阳光
    2023-10-13

    说你的appid没有权限吧

    2023-10-13
    有用
    回复
登录 后发表内容