提交 6d7d53f2 authored 作者: 李炎's avatar 李炎

wt

上级 ee301947
......@@ -192,7 +192,7 @@ public class KingDeeApi {
requestData.put("http", data);
String response = "";
try {
response = kingDeeK3CloudApi.execute(upAttachment, new Object[]{data}, String.class);
response = kingDeeK3CloudApi.execute(upAttachment, data, String.class);
System.out.println("=========附件response"+response+"=========");
} catch (Exception e) {
e.printStackTrace();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论