1 Star 1 Fork 0

Joshualley / k3cloud-api-dart

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

A dart version's client of Kingdee Cloud API.

Example:

  1. Login
var loginInfo = await KdApi.login("http://Your Server IP", "60d19671dd1820", "account", "password");
if (!loginInfo.isLoginSuccess) {
    debugPrint("login failure!");
    return;
}
  1. Query
var resp = await KdApi.query(formId: "SAL_SALEORDER", fieldKeys: ["FBillNo", "FCustId"]);
debugPrint(resp.toString());

About

Dart 版本的 Kingdee Cloud API expand collapse
Dart
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/joshualley/k3cloud-api-dart.git
git@gitee.com:joshualley/k3cloud-api-dart.git
joshualley
k3cloud-api-dart
k3cloud-api-dart
master

Search