Commit aedca6c6 authored by muhong's avatar muhong

修改 小程序获取手机号

parent 8c9a58a5
......@@ -78,6 +78,7 @@ public class WxLoginServiceImpl implements WxLoginService {
logger.error("获取手机号出错,返回结果是:" + phoneResult);
return "phoneFalse";
}
phone = JsonUtils.getValueByPath(phoneResult, "phone_info/phoneNumber");
} else {
logger.info("开始获取sessionKey-----------------------");
String sessionKey = "";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment