钉钉通讯录配置

2024年9月2日16:02:09
This commit is contained in:
xiang2lin 2024-09-02 16:02:13 +08:00
parent 5c8481ef33
commit c7a304f2e0
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class GenericEventConsumer {
.put("appId",APPCODE)//中台应用 .put("appId",APPCODE)//中台应用
.build(); .build();
String body = HttpRequest.post(URL).addHeaders(headerMap).body(com.alibaba.fastjson.JSONObject.toJSONString(mdmMap)).timeout(60000).execute().body(); String body = HttpRequest.post(URL).addHeaders(headerMap).body(com.alibaba.fastjson.JSONObject.toJSONString(mdmMap)).timeout(60000).execute().body();
return body; // return body;
} }
} }
return null; return null;