# kingdee **Repository Path**: yaksayang/kingdee ## Basic Information - **Project Name**: kingdee - **Description**: k3cloud webapi sdk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-26 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目简介 金蝶 K3Cloud web api sdk. ## 使用 ```php setBaseUri("")); $config->setAccount("")); $config->setUsername("")); $config->setPassword("")); $config->setLanguage(2052)); $config->setCacheClient(/* callable */ function () { /* \Psr\SimpleCache\CacheInterface */ return new \Symfony\Component\Cache\Simple\FilesystemCache("cache"); }); $config->setCacheKey(""); $client = new Client($config); $request = new ViewRequest(); $request->setModuleName(""); // 这是formId $client->view($request); ``` ## 映射表 | 方法 | 描述 | | ---- | ---- | | view | 查看 | | save | 保存 | | batchSave | 批量保存 | | submit | 提交 | | audit | 审核 | | unAudit | 反审核 | | push | 下推 | | draft | 暂存 | | delete | 删除 | | executeBillQuery | 表单数据查询 | | allocate | 分配 | | groupSave | 分组 | | queryBusinessInfo | 元数据查询 | | queryGroupInfo | 分组查询 | | excuteOperation | 操作,例:Cancel(作废)、UnCancel(反作废) 等 |