parent
5c8481ef33
commit
c7a304f2e0
|
@ -190,7 +190,7 @@ public class GenericEventConsumer {
|
|||
.put("appId",APPCODE)//中台应用
|
||||
.build();
|
||||
String body = HttpRequest.post(URL).addHeaders(headerMap).body(com.alibaba.fastjson.JSONObject.toJSONString(mdmMap)).timeout(60000).execute().body();
|
||||
return body;
|
||||
// return body;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue