微信公众号获取openId接口报错?
java.net.SocketException: Unexpected end of file from server 我在调用微信公众号获取openId接口时候报java.net.SocketException: Unexpected end of file from server这个错,之前调用是没问题的,在相同网络环境下用相同的url和参数直接请求也能成功,但是就是在程序里执行时报错,执行的代码是: String body = HttpRequest.post("https://api.weixin.qq.com/sns/oauth2/access_token?appid="+appId+"&secret="+appSecret+"&code="+wxcode+"&grant_type=authorization_code").body();