Commit 7ecbcfde authored by zhangc's avatar zhangc

commit

parent 8a159074
...@@ -39,6 +39,7 @@ public class TestHttpReq extends SpringTestCase { ...@@ -39,6 +39,7 @@ public class TestHttpReq extends SpringTestCase {
headers.put("Charsert", "UTF-8"); headers.put("Charsert", "UTF-8");
headers.put("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"); headers.put("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8");
String response = httpsUtils.submitPost(baseUrlPost, jsonObject,headers); String response = httpsUtils.submitPost(baseUrlPost, jsonObject,headers);
System.out.println(response); System.out.println(response);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment