|
@@ -357,7 +357,7 @@ public class SyncOrderInfoLogic {
|
|
|
// Response body = HttpUtils.requestPostBody(, json, heard);
|
|
|
|
|
|
String body = HttpRequest.post(greeUrl + Constant.gree.POST_WORKER_ORDER_DETAIL)
|
|
|
- .headerMap(heard, true)
|
|
|
+ .headerMap(heard, false)
|
|
|
.body(json).execute().body();
|
|
|
|
|
|
log.info("请求同步详情内容:"+body);
|