提交 beac404a authored 作者: 李勤's avatar 李勤

cookie

上级 77fae2c1
...@@ -60,6 +60,7 @@ public class KingdeeApiClient { ...@@ -60,6 +60,7 @@ public class KingdeeApiClient {
public void execute(String serviceName, Object[] parameters) throws Exception { public void execute(String serviceName, Object[] parameters) throws Exception {
String cookie = HttpUtil.login(this._serverUrl); String cookie = HttpUtil.login(this._serverUrl);
log.info("cookie:" + cookie);
Map<String, Object> header = new HashMap<>(1); Map<String, Object> header = new HashMap<>(1);
header.put("cookie", cookie); header.put("cookie", cookie);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论