如何在小程序的开发者服务器中获取微信用户信息?
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项目)中获取用户的昵称、头像等信息,请问该使用哪些接口?