https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html 小程序登录成功后如何在开发者服务器中获取微信用户的昵称、头像等信息?
可以使用 https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Authorized_Interface_Calling_UnionID.html 里面/sns/userinfo 接口吗?
补充下:是想在后端服务(SpringBoot项目)中获取用户的昵称、头像等信息,请问该使用哪些接口?
1、目前小程序没有API可以获取用户的头像昵称,只能让用户自己填写:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html ,开发者保存到数据库里面。
2、不可以,你看的那个是【网站应用】的文档,小程序用不了哦。
用户信息是前端返的
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
参考 https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html