Commit 3de369ae0d89ad3726e93d161d74b4343b1793a1

Authored by fangcheng
1 parent baff08729f
Exists in master

测试

Showing 1 changed file with 1 additions and 1 deletions

parent/core.sdk/src/main/java/com/lyms/util/remote/HttpRemote.java View file @ 3de369a
... ... @@ -40,7 +40,7 @@
40 40 CloseableHttpResponse response = null;
41 41 try {
42 42 entity = new SerializableEntity(data);
43   -
  43 + System.out.println(1);
44 44 post.setEntity(entity);
45 45 response = httpclient.execute(post, httpContext);
46 46 entity = response.getEntity();