获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 服务端获取手机号?
getPhoneNumber 服务端用这个最新的方法获取手机号,用post方法,请求地址:https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=ACCESS_TOKEN r然后access_token 跟 code 数据通过curl post提交改地址,返回47001 数据格式错误,怎么回事
2022-03-03 - phonenumber.getPhoneNumber 获取手机号最新方法
获取手机号最新方法,我看是可以post进行获取,只需要传code跟access_token就可以,通过配置信息获取到token后,服务端通过curl post提交https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=ACCESS_TOKEN post 参数是code(字符串),access_token(字符串)一直返回47001
2022-03-03 - 小程序搜索不到?
前段时间小程序还可以搜索到,现在搜索不到了,小程序名称:5e管理巡检系统 appid:wxb0221f21bb73efeb
2019-10-11