通过access_token和openid获取unionid遇到的问题
https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html 获取access_token的 GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET 获取到token后,获取用户基本信息接口 https://api.weixin.qq.com/cgi-bin/user/info?access_token=ACCESS_TOKEN&openid=OPENID&lang=zh_CN 报错 {"errcode":48001,"errmsg":"api unauthorized rid: 61dbdcf5-0609a986-760f5391"}
https://developers.weixin.qq.com/doc/offiaccount/User_Management/Get_users_basic_information_UnionID.html 我们只维护了openid,目前想要获取用户的unionid,上面的方式行不通,请问是否有可行方式