提交 946a16a9 authored 作者: inroi's avatar inroi

微调

上级 5526c825
...@@ -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);
......
...@@ -67,7 +67,7 @@ public class PurchaseKingdeeApi implements web_api { ...@@ -67,7 +67,7 @@ public class PurchaseKingdeeApi implements web_api {
ModelMap.put("FDate", maps.get("TRX_DATE"));//日期 ModelMap.put("FDate", maps.get("TRX_DATE"));//日期
/*ModelMap.put("FStockOrgId", new HashMap<String, Object>() {{ /*ModelMap.put("FStockOrgId", new HashMap<String, Object>() {{
put("FNumber", maps.get("ORG_ID")); put("FNumber", maps.get("ORG_ID"));
}}); //收料组织 }}); //收料组织*/
ModelMap.put("FSettleId", new HashMap<String, Object>() {{ ModelMap.put("FSettleId", new HashMap<String, Object>() {{
put("FNumber", maps.get("SETTLE_SUP")); put("FNumber", maps.get("SETTLE_SUP"));
}}); //结算方 }}); //结算方
......
spring: spring:
profiles: profiles:
active: test active: docker
swagger: swagger:
production: false production: false
basic: basic:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论