maven依赖为 <dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-miniapp</artifactId>
<version>4.6.0</version>
</dependency>
WxMaUserInfo userInfo = wxMaService.getUserService().getUserInfo(sessionKey, encryptedData, iv);
获取用户信息为null或者全部不正确
具体调用如下
如上图,登录获取sessionkey都是正常,传过来的加密数据也经过了校验,但是获取用户信息失败。
一键登录获取openid
会员中心提示手工更新资料(目前用户信息只能点按钮获取)
现在不是不允许直接获取用户信息了吗,现在获取得都是默认返回来的微信昵称跟头像,现在昵称跟头像需要用户自己去填写
现在不能这样获取用户信息了,具体看公告https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01