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 , 访问用户列表 , 可以成功 。
是公众号的权限缺失吗 ?
@官方