Compare commits

...

2 Commits

Author SHA1 Message Date
weiyunlong 48d2b993ae 测试操作 2024-09-14 17:42:21 +08:00
weiyunlong 38f438647e 测试操作 2024-09-14 17:40:20 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class TestOPPlugin extends AbstractOperationServicePlugIn {
JSONObject customerBody = assembleBody(OAUtils.l(dataEntity.getPkValue())); JSONObject customerBody = assembleBody(OAUtils.l(dataEntity.getPkValue()));
if (null != customerBody) { if (null != customerBody) {
String customerPostjson = null; String customerPostjson = null;
String str = null;
try { try {
customerPostjson = HttpClientUtils.postjson(customerUrl, customerHeader, customerBody.toJSONString()); customerPostjson = HttpClientUtils.postjson(customerUrl, customerHeader, customerBody.toJSONString());
logger.info("ICS新增/更新OA客户租户接口返回结果\n{}", customerPostjson); logger.info("ICS新增/更新OA客户租户接口返回结果\n{}", customerPostjson);