pairs没放到httpPost的参数里啊
HttpPost httpPost = new HttpPost(url); httpPost.setEntity(new UrlEncodedFormEntity(pairs, "UTF-8")); CloseableHttpResponse response = httpClient.execute(httpPost);
看看headers,可能是有些header没设置