提交 c427eadc authored 作者: 李炎's avatar 李炎

WT

上级 61a4e2fb
...@@ -64,15 +64,15 @@ public class KingdeeApiClient { ...@@ -64,15 +64,15 @@ public class KingdeeApiClient {
try { try {
IdentifyInfo iden = new IdentifyInfo(); IdentifyInfo iden = new IdentifyInfo();
iden.setUserName("admin"); iden.setUserName("admin");
iden.setAppId("235096_0f9oWbELROq/wW8H174r6a8MStxWXDNK"); iden.setAppId("267026_TedP2+lJznBfWUXEX4SB78+L4J07QsKo");
iden.setAppSecret("8df4bcbe4b384a1b8d0365f48d40ea60"); iden.setAppSecret("0ea786a865ef4413923b1367de5408aa");
iden.setdCID("63280effd56d50"); iden.setdCID("6476c5b6077e71");
iden.setlCID(2052); iden.setlCID(2052);
iden.setServerUrl(_serverUrl); iden.setServerUrl(_serverUrl);
api = new K3CloudApi(iden); api = new K3CloudApi(iden);
// String data = "{\"CreateOrgId\": 0,\"Number\": \"111\",\"Id\": \"\",\"IsSortBySeq\": \"false\"}"; String data = "{\"CreateOrgId\": 0,\"Number\": \"111\",\"Id\": \"\",\"IsSortBySeq\": \"false\"}";
// String result = api.view("BD_Material", data); String result = api.view("BD_Material", data);
// System.out.println("<=====te:" + result); System.out.println("<=====test:" + result);
RepoResult repoResult = api.CheckAuthInfo(); RepoResult repoResult = api.CheckAuthInfo();
RepoStatus responseStatus = repoResult.getResponseStatus(); RepoStatus responseStatus = repoResult.getResponseStatus();
boolean isSuccess = responseStatus.isIsSuccess(); boolean isSuccess = responseStatus.isIsSuccess();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论