提交 88adbfb1 authored 作者: 李炎's avatar 李炎

微调

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