解决方式:
HttpResponse response = HttpUtils.doPost(host, "", headers, new HashMap<>(), new HashMap<>());
String result = EntityUtils.toString(response.getEntity(), "utf-8");
解决方式:
HttpResponse response = HttpUtils.doPost(host, "", headers, new HashMap<>(), new HashMap<>());
String result = EntityUtils.toString(response.getEntity(), "utf-8");