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"}
我们只维护了openid,目前想要获取用户的unionid,上面的方式行不通,请问是否有可行方式
小程序没有user/info这个接口,没办法