提交 1b52d8f5 authored 作者: 李炎's avatar 李炎

附件返回日志

上级 a5d30383
...@@ -193,6 +193,7 @@ public class KingDeeApi { ...@@ -193,6 +193,7 @@ public class KingDeeApi {
String response = ""; String response = "";
try { try {
response = kingDeeK3CloudApi.execute(upAttachment, new Object[]{data}, String.class); response = kingDeeK3CloudApi.execute(upAttachment, new Object[]{data}, String.class);
System.out.println("=========附件response=========");
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
//productLogUtil.productSyncErrorLogCreate(Integer.valueOf(config.get("productId")), queueId, config.get("name"), config.get("docType"), config.get("direction"), "", LOGIN_MESSAGE); //productLogUtil.productSyncErrorLogCreate(Integer.valueOf(config.get("productId")), queueId, config.get("name"), config.get("docType"), config.get("direction"), "", LOGIN_MESSAGE);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论