k3cloud_api 0.0.6 k3cloud_api: ^0.0.6 copied to clipboard
A dart version's client of Kingdee Cloud API.
0.0.5 #
Bug fixed from the meta query and switch org. Add the autoAudit option when saving.
- Cheack if the user had logined.
bool succ = KdApi.isLogin();
- Modify the way to fetch the current logined user information.
UserContext user = KdApi.getCurrentUser();