提交 8160ef77 authored 作者: inroi's avatar inroi

微调

上级 e114505e
...@@ -43,22 +43,22 @@ public class KingdeeApiClient { ...@@ -43,22 +43,22 @@ public class KingdeeApiClient {
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.setUserName("Administrator");
//测试环境 //测试环境
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.test.ik3cloud.com/k3cloud/"); identifyInfo.setServerUrl("https://jcg-666.test.ik3cloud.com/k3cloud/");
identifyInfo.setdCID("20210727181951968"); identifyInfo.setdCID("20210727181951968");
identifyInfo.setlCID(2052); 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论