|
|
@@ -62,7 +62,7 @@ public class WxController {
|
|
|
ResponseEntity<String> responsem = restTemplate.postForEntity(userInfoUrl, requestM, String.class);
|
|
|
|
|
|
JSONObject resPhoneInfo = JSON.parseObject(responsem.getBody());
|
|
|
- JSONObject phoneInfo=resPhoneInfo.getJSONObject("phone_info");
|
|
|
+ JSONObject phoneInfo = resPhoneInfo.getJSONObject("phone_info");
|
|
|
String phoneNumber = phoneInfo.get("phoneNumber").toString();
|
|
|
|
|
|
return CommonResult.ok().setResult(phoneNumber);
|