https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=
返回 令牌
第二步:小程序上传的code,加第一步的token
https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=
{
“code”:“小程序代码”
}
返回结果:
{
"错误代码": 40029,
“errmsg”: “无效代码提示: [wEIExSDNRa-] rid: 634e1343-76efe972-48531bd5”
}
小程序APPID:wxf73efb57d4d3356a
code不对啊,朋友