收藏
回答

getPhoneNumber 微信获取手机号接口,返回的手机号码是明文号码还是加密的手机号码需要解密

https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-info/phone-number/getPhoneNumber.htmlhttps://developers.weixin.qq.com/miniprogram/dev/api/open-api/authorize/wx.authorize.html

{
    "errcode":0,
    "errmsg":"ok",
    "phone_info": {
        "phoneNumber":"xxxxxx",
        "purePhoneNumber": "xxxxxx",
        "countryCode": 86,
        "watermark": {
            "timestamp": 1637744274,
            "appid": "xxxx"
        }
    }
} 
如果是加密的如何解密呢?


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

3 个回答

  • 那一抹微笑😊穿透阳光
    那一抹微笑😊穿透阳光
    2天前

    加密的

    2天前
    有用
    回复
  • Mr.Zhao
    Mr.Zhao
    发表于小程序端
    2天前

    测试一下不就知道了,非加密

    2天前
    有用
    回复
  • 智能回答 智能回答 本次回答由AI生成
    星期日 22:28
    有用
登录 后发表内容