记得上下班打卡 | git大法好,push需谨慎

Commit 44245cf8 authored by jiangxiulong's avatar jiangxiulong

log

parent 0d919c64
......@@ -73,6 +73,7 @@ public class ShunfengSignUtils {
Map<String, String> querys = new HashMap<>();
try {
HttpEntity httpEntity = new StringEntity(body, "utf-8");
log.info("generateSignatureAndRequestNew body:[{}], headers:[{}]", body, headers);
String post = HttpsUtils.post(URL + url, headers, querys, httpEntity);
return post;
} catch (Exception e) {
......
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