收藏
回答

为什么获取手机号一直报40071?

求求了啥问题呀,已经微信认证过了 appid:wx92390fb337c4a2e3

最后一次编辑于  2022-03-08
回答关注问题邀请回答
收藏

3 个回答

  • 再见,电脑崽
    再见,电脑崽
    2022-03-08

    POST参数需要为json格式

    curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"code": "e31968a7f94cc5ee25fafc2aef2773f0bb8c3937b22520eb8ee345274d00c144"}' https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=ACCESS_TOKEN
    
    2022-03-08
    有用
    回复
  • VBit
    VBit
    2022-03-08

    这句是吧code放到url参数里面了吗? code不要放到url参数里

    2022-03-08
    有用
    回复 3
    • shlp
      shlp
      2022-03-08
      不是啊,url在上面
      2022-03-08
      1
      回复
    • VBit
      VBit
      2022-03-08回复shlp
      2022-03-08
      回复
    • shlp
      shlp
      2022-03-08回复VBit
      参数需要toString变为json格式改好了
      2022-03-08
      回复
  • 微喵网络
    微喵网络
    2022-03-08

    入参格式错误

    2022-03-08
    有用
    回复
登录 后发表内容