Commit c920be0f authored by 赵啸非's avatar 赵啸非

修改pom文件

parent 02e71e76
...@@ -237,7 +237,7 @@ public class CaptureThread implements Runnable { ...@@ -237,7 +237,7 @@ public class CaptureThread implements Runnable {
hcpReq.setUrl(hcpUrl); hcpReq.setUrl(hcpUrl);
String body = JSON.toJSONString(hcpReq); String body = JSON.toJSONString(hcpReq);
log.info("req url:{},body:{}",hcpUrl,body); log.info("req url:{},body:{}",url,body);
String response = HttpUtil.post(url, body); String response = HttpUtil.post(url, body);
log.info("response :" + response); log.info("response :" + 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