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

Commit d401176a authored by anjiabin's avatar anjiabin

修改重复发起购买后不再入队列

parent 0072dfe5
......@@ -119,6 +119,8 @@ public class HttpUtil {
if (headers != null) {
httpHeaders.addAll(headers);
}
System.out.println("httpHeaders:"+JsonUtils.toJson(httpHeaders));
System.out.println("httpHeaders.size:"+JsonUtils.toJson(httpHeaders).length());
HttpEntity<Object> httpEntity = new HttpEntity(jsonStr, httpHeaders);
// 提交方式:表单、json
......
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