小程序appid:wx5fcef8ed6eacae7f,调用https://api.weixin.qq.com/cgi-bin/user/info?access_token={$token}&openid={$openid}&lang=zh_CN接口通过unionid获取用户是否关注,报错{"errcode": 48001, "errmsg": "api unauthorized rid: 65a5ebbd-51d578a1-7cd63bff"},access_token是通过https://api.weixin.qq.com/cgi-bin/stable_token获取的,'grant_type' => 'client_credential',请问如何开通权限?
小程序和公众号,微信开放平台,关联好。
你是先从哪里获取的unionid,如果是在小程序获取的,需要获取关注公众号的所有用户列表,进行和小程序获取unionid对比,有的话就关注了,没有就没关注;
https://developers.weixin.qq.com/doc/offiaccount/User_Management/Getting_a_User_List.html
这个接口获取到所有用户的openId,然后遍历
https://developers.weixin.qq.com/doc/offiaccount/User_Management/Get_users_basic_information_UnionID.html#UinonId
这个是公众号接口,需使用公众号appid生成token调用。