binarywang/weixin-java-mp-demo

WxMaPhoneNumberInfo——getPhoneNoInfo(String code)不能获取到手机号码

Closed this issue · 1 comments

我要在获取到session信息(getSessionInfo)后获取用户phoneNumber,但是获取用户信息后再获取手机号码时报错:40029,invalid code。
因为code不能第二次使用,所以我就单独的把getPhoneNoInfo提取出用,还是报同样的错误,为什么呢?
有什么较好的解决方案吗,我需要同时get到userInfo和phoneNumber。
我看了文档里面有这个方法,只需要传入Code
image
原来实现的代码:
image
单独获取手机号码也报错:
image
Error log
image

找到原因了,谢谢
image