Compare commits
2 Commits
90aed66376
...
48d2b993ae
Author | SHA1 | Date |
---|---|---|
weiyunlong | 48d2b993ae | |
weiyunlong | 38f438647e |
|
@ -62,6 +62,7 @@ public class TestOPPlugin extends AbstractOperationServicePlugIn {
|
|||
JSONObject customerBody = assembleBody(OAUtils.l(dataEntity.getPkValue()));
|
||||
if (null != customerBody) {
|
||||
String customerPostjson = null;
|
||||
String str = null;
|
||||
try {
|
||||
customerPostjson = HttpClientUtils.postjson(customerUrl, customerHeader, customerBody.toJSONString());
|
||||
logger.info("ICS新增/更新OA客户租户接口返回结果:\n{}", customerPostjson);
|
||||
|
|
Loading…
Reference in New Issue