提交 826f5cfd authored 作者: inroi's avatar inroi

微调

上级 972d5bd1
...@@ -42,12 +42,21 @@ public class KingdeeApiClient { ...@@ -42,12 +42,21 @@ public class KingdeeApiClient {
T send = httpClient.Send(request, returnType);*/ T send = httpClient.Send(request, returnType);*/
long beginTime=System.currentTimeMillis(); long beginTime=System.currentTimeMillis();
IdentifyInfo identifyInfo = new IdentifyInfo() {}; /*IdentifyInfo identifyInfo = new IdentifyInfo() {};
identifyInfo.setAppId("225533_53fA1cht1lH8S88GT/3ozxUK2t3b2AnE"); identifyInfo.setAppId("225533_53fA1cht1lH8S88GT/3ozxUK2t3b2AnE");
identifyInfo.setAppSecret("bd70ee8503b24e8386022a360e057605"); identifyInfo.setAppSecret("bd70ee8503b24e8386022a360e057605");
identifyInfo.setServerUrl("https://jcg-666.ik3cloud.com/K3Cloud/"); identifyInfo.setServerUrl("https://jcg-666.ik3cloud.com/K3Cloud/");
identifyInfo.setdCID("20210727181855027"); identifyInfo.setdCID("20210727181855027");
identifyInfo.setlCID(2052); identifyInfo.setlCID(2052);
identifyInfo.setUserName("Administrator");*/
//测试环境
IdentifyInfo identifyInfo = new IdentifyInfo() {};
identifyInfo.setAppId("227558_Tc3o5+spVuGY74UpXd2M16wE1g4cwDqv");
identifyInfo.setAppSecret("913fbe78b8134fe982f382437f1d8476");
identifyInfo.setServerUrl("https://jcg-666.test.ik3cloud.com/k3cloud/");
identifyInfo.setdCID("20210727181951968");
identifyInfo.setlCID(2052);
identifyInfo.setUserName("Administrator"); identifyInfo.setUserName("Administrator");
K3CloudApi k3CloudApi = new K3CloudApi(identifyInfo); K3CloudApi k3CloudApi = new K3CloudApi(identifyInfo);
T send = k3CloudApi.execute(servicename, parameters, returnType); T send = k3CloudApi.execute(servicename, parameters, returnType);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论