收藏
回答

微信开放平台可以访问用户列表, 访问授权公众号的用户基本信息 42001 ?

curl -d  "access_token=660_LOn8H6xkhb1" -d "openid=oCFBU6vMGVW9__nphxJB-3ZNZZ9g" https://api.weixin.qq.com/cgi-bin/user/info

{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest rid: 63183c3d-23db6b27-743f212d"}

curl -d "access_token=60_LOn8H6xkhb1" https://api.weixin.qq.com/cgi-bin/user/get

{"total":4,"count":4,"data":{"openid":["oCFBU6ndn9eWEIdcYcUV4k-yIZIE","oCFBU6vMGVW9__nphxJB-3ZNZZ9g","oCFBU6usBiO5nMFVNlo_fnGX870Y","oCFBU6nG1-3pX0e94PAaiUl_Yydg"]},"next_openid":"oCFBU6nG1-3pX0e94PAaiUl_Yydg"}

先访问用户基本信息 , 失败 。

同样的access_token , 访问用户列表 , 可以成功 。

是公众号的权限缺失吗 ?



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

1 个回答

  • *
    *
    2022-09-07

    @官方

    2022-09-07
    有用
    回复 1
    • *
      *
      2022-09-07
      看错了,没问题
      2022-09-07
      回复
登录 后发表内容