小程序
小游戏
企业微信
微信支付
扫描小程序码分享
找了好久没找到官方版本的http请求微信的api 要做一个从http接口访问微信 通过appid appsecret 用户code等信息获取微信昵称 手机号等信息的功能 哪里有 能麻烦发我个地址么 https://developers.weixin.qq.com/miniprogram/dev/api/ 这个地址里我没找来http接口 所看到的都是组件使用方法 我没找对么
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
auth.code2Session + wx.login 是获取用户 openid、unionid
wx.getUserProfile 是获取用户头像昵称信息
获取手机号参考文档:
(新接口)https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
(旧接口)https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/deprecatedGetPhoneNumber.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
看 服务端 相关的
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/login/auth.code2Session.html
听说只需要openid 或者code加上appid和appsecret就能获取用户昵称 我没找到接口
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
auth.code2Session + wx.login 是获取用户 openid、unionid
wx.getUserProfile 是获取用户头像昵称信息
获取手机号参考文档:
(新接口)https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
(旧接口)https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/deprecatedGetPhoneNumber.html
看 服务端 相关的
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/login/auth.code2Session.html
听说只需要openid 或者code加上appid和appsecret就能获取用户昵称 我没找到接口