|
@@ -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, false)
|
|
|
+ .header("authorization", "Bearer " + accessToken)
|
|
|
.body(json).execute().body();
|
|
|
|
|
|
log.info("工单同步详情返回:" + body+"同步token"+heard.toString()+"请求参数"+json);
|