@@ -198,7 +198,6 @@ public class EntityAnalyse {
* https://github.com/aliyun/api-gateway-demo-sign-java/blob/master/pom.xml
*/
HttpResponse response = HttpUtils.doPost(host, path, method, headers, querys, bodys);
- System.out.println(response.toString());
String body = EntityUtils.toString(response.getEntity());
System.out.println(body);
JSONObject jsonObject = JSONObject.parseObject(body);