@@ -62,7 +62,9 @@ public class SyncSapUtils {
default:
break;
}
+ logger.info("请求SAP 接口:" + post_url + ",请求SAP JSON:" + jsonData);
String result = KHttpClientUtils.postjson(post_url, header, jsonData);
+ logger.info("请求SAP Return:" + result);
return result;
} catch (Exception e) {
throw new KDBizException("请求SAP接口失败:" + e.getMessage());