道一云接口与畅捷通T+接口实现互通
1 comments
道一云接口与畅捷通T+接口实现互通
接入系统:道一云
广东道一信息技术股份有限公司(简称:道一云)成立于2004年,是中国领先的产业互联网企业。公司致力于组织的生产力提升,为客户提供低代码、高效率的数字化转型解决方案,涵盖千人千面、智能流控的企业级门户、30多款开箱即用的场景应用,以及面向企业个性化搭建需求的低代码平台。
目标系统:畅捷通T+
畅捷通T+适用于异地多组织、多机构对企业财务汇总的管理需求;全面支持企业对远程仓库、异地办事处的管理需求;全面满足企业财务业务一体化管理需求。
配置集成方案
异构系统具有非常丰富的业务流程、复杂的系统架构和服务接口。在很多情况下,这两个系统都是分别独立部署和运行的,各自拥有不同的技术栈和编程模型,甚至两者在系统平台、技术平台和编程语言上是完全异构的。那么对接就需要根据接口配置对应的规则,例如取数就要根据查询接口获取道一云的数据,并且根据对应的条件进行取数,目标系统就必须根据目标系统的格式,以及获取的数据进行加工处理后进行写入到畅捷通T+中。轻易云集成平台的可视化配置轻松实现。

道一云接口明细
- API:qwcgi/api/reimApiCtl/getReimList.do
- NAME:获取报销信息列表
- METHOD:POST
请求参数
接口字段名称预设值 startTime开始时间{{LAST_SYNC_TIME datetime}} endTime结束时间{{CURRENT_TIME datetime}} currentPage查询页码1 pageSize分页大小100 dataKey数据包Keydata响应参数
接口字段名称预设值 actualMoney实付金额 payableMoney应付金额 verificationMoney核销金额 auditInfo审批信息 closePersonName最后审批人 closeTime最后审批时间 createTime创建日期 departmentName创建人部门名称 detailCount明细数量 creator创建人id personName创建人名称 reimNo报销单编号 statestate statusDesc审批状态 title报销单标题 totalMoney报销总金额 wxUserId创建人账号 globalRemark全局备注 fieldListfieldList itemMap全局自定义字段值json字符 detailList明细数据 detailList.mediaList附件集合 detailList.imgPathList图片地址集合 detailList.time产生日期-开始 detailList.endTimes产生日期-结束 detailList.money报销金额 detailList.projId成本中心id detailList.projName成本中心名称 detailList.subjId科目id detailList.subjFullName所属科目 detailList.subjCode科目编码 detailList.remark备注 detailList.invoices发票集合 detailList.type识别的发票类型 detailList.invoiceCode发票代码 detailList.invoiceNumber发票号码 detailList.date发票日期 detailList.checkCode校验码 detailList.total发票-总金额 detailList.tax发票-税额 detailList.pretaxAmount发票-税前金额 detailList.reimCustomFieldDataList明细自定义字段 detailList.customName字段名称 detailList.value自定义字段值畅捷通T+接口明细
- 调用接口:/tplus/api/v2/doc/Create
- 接口名称:凭证创建
- 方法:POST
请求参数
字段字段名称类型配置值 ExternalCode外部编码string{{reimNo}} DocType凭证字string记 VoucherDate制单日期string{{closeTime}} EntrysEntrysarraydetailList Entrys.borrow-1借方-1object Entrys.borrow-1.Summary-1借方摘要string{{detailList.remark}} Entrys.borrow-1.Account-1借方科目档案stringfunction case when '{{detailList.projName}}' in ('总经办','人资行政部','财务部','商品采购部','项目服务部','营运部','客服部','设计部','兰州配送中心','公司','信息部','市场部','线上运营部') then '66020701' else '66010701' end Entrys.borrow-1.ExchangeRate-1借方汇率string1 Entrys.borrow-1.Currency-1借方货币stringRMB Entrys.borrow-1.AmountDr-1借方本币string{{detailList.money}} Entrys.borrow-1.AuxInfos-1借方辅助核算项array Entrys.borrow-1.AuxInfos-1.AuxAccDepartment-1部门string_findCollection find Code from 8611296c-6a4a-3fab-92b8-b133f0d14873 where Name={{detailList.projName}} Entrys.borrow-1.AuxInfos-1.AuxAccPerson-1个人(员工)stringfindCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{detailList.personName}} Entrys.borrow-1.AuxInfos-1.AuxAccCustomer-1客户(往来单位)string Entrys.borrow-1.AuxInfos-1.AuxAccProject-1项目string Entrys.borrow-1.AuxInfos-1.AuxAccInventory-1存货string Entrys.borrow-1.loan-2贷方-2object Entrys.borrow-1.loan-2.Summary-2贷方摘要string关联单据核销金额 Entrys.borrow-1.loan-2.Account-2贷方科目档案string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '10020101' else '{{detailList.reimCustomFieldDataList_1_value}}' end Entrys.borrow-1.loan-2.ExchangeRate-2贷方汇率string1 Entrys.borrow-1.loan-2.Currency-2贷方货币stringRMB Entrys.borrow-1.loan-2.AmountCr-2贷方本币string{{verificationMoney}} Entrys.borrow-1.loan-2.AuxInfos-2贷方辅助核算项array Entrys.borrow-1.loan-2.AuxInfos-2.AuxAccDepartment-2部门string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else _findCollection find Code from 8611296c-6a4a-3fab-92b8-b133f0d14873 where Name={{detailList.projName}} endFind Entrys.borrow-1.loan-2.AuxInfos-2.AuxAccPerson-2个人(员工)string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else _findCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{detailList.personName}} endFind end Entrys.borrow-1.loan-2.AuxInfos-2.AuxAccCustomer-2客户(往来单位)string Entrys.borrow-1.loan-2.AuxInfos-2.AuxAccProject-2项目string Entrys.borrow-1.loan-2.AuxInfos-2.AuxAccInventory-2存货string Entrys.borrow-1.loan-2.loan-4贷方-4object Entrys.borrow-1.loan-2.loan-4.Summary-4贷方摘要string支付报销单金额 Entrys.borrow-1.loan-2.loan-4.Account-4贷方科目档案string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '10020101' else '{{detailList.reimCustomFieldDataList_1_value}}' end Entrys.borrow-1.loan-2.loan-4.ExchangeRate-4贷方汇率string1 Entrys.borrow-1.loan-2.loan-4.Currency-4贷方货币stringRMB Entrys.borrow-1.loan-2.loan-4.AmountCr-4贷方本币stringfunction sum({{detailList.money}}-{{verificationMoney}}) Entrys.borrow-1.loan-2.loan-4.AuxInfos-4贷方辅助核算项array Entrys.borrow-1.loan-2.loan-4.AuxInfos-4.AuxAccDepartment-4部门string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else _findCollection find Code from 8611296c-6a4a-3fab-92b8-b133f0d14873 where Name={{detailList.projName}} endFind end Entrys.borrow-1.loan-2.loan-4.AuxInfos-4.AuxAccPerson-4个人(员工)string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else _findCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{detailList.personName}} _endFind end Entrys.borrow-1.loan-2.loan-4.AuxInfos-4.AuxAccCustomer-4客户(往来单位)string Entrys.borrow-1.loan-2.loan-4.AuxInfos-4.AuxAccProject-4项目string Entrys.borrow-1.loan-2.loan-4.AuxInfos-4.AuxAccInventory-4存货string Entrys.dataKeydataKeystringdto Entrys.accountStrategyId科目基础资料查询方案string367ab75e-7355-3ae5-bb7a-35e6a5d934d3系统数据集成价值
采集并引入全业务、多终端、多形态的数据,经过处理以及对应平台接口的数据结构适配,形成以业务核心为对象为中心的连接和标签体系。配合企业根据自身的实际情况以及业务需求完成方案的规划、部署与实施,将沉淀的业务数据进入到平台进行体系化的加工,再以服务化的方式支持业务平台上的应用。达成高效支持业务敏捷创新的高质量和标准化的数据服务组合。

Hot Discussions
- 电商多平台财务自动对账:从手工核数到智能闭环的完整落地指南2026-07-15
- 主流AI深度评测合集:轻易云全场景异构系统对接硬核技术资源大全2026-07-04
- ### 2026年企业级数据集成平台与AI模型实战图谱2026-06-26
- 打破数据高墙:从“轻易云”实践看企业异构系统集成的技术范式革命2026-06-26
- 境内外电商平台对账的技术挑战与智能化解决方案2026-06-25
