|
|
@ -147,10 +147,10 @@ public class LoginServiceImpl implements LoginService { |
|
|
|
} |
|
|
|
} catch (WxErrorException e) { |
|
|
|
e.printStackTrace(); |
|
|
|
log.error(String.format("获取用户微信绑定的手机号接口异常",e)); |
|
|
|
log.error(String.format("获取用户微信绑定的手机号接口异常%s",e.getMessage())); |
|
|
|
} catch(Exception e){ |
|
|
|
e.printStackTrace(); |
|
|
|
log.error(String.format("获取用户微信绑定的手机号接口异常",e)); |
|
|
|
log.error(String.format("获取用户微信绑定的手机号接口异常%s",e.getMessage())); |
|
|
|
} |
|
|
|
return phone; |
|
|
|
} |
|
|
|