- 巡检告警
- 数据源配置
- 飞书交互
- 异常任务管理
- 付款发表报表优化
- 飞书扫码登录
- token
- 付款及发票报表导入20240329
- 共享资金账号差异管理
- SAP原始凭证数据
- 凭证操作日志
- 共享原始凭证数据
- 创业公司资金报表管理
- 实际核算公司对应规则配置
- SAP门店信息管理
- 水电气税率
- 抄表下发策略
- 员工信息管理
- 抄表任务策略设置
- 门店表计信息
- 负责门店查询
- 门店管理分配设置
- 任务下发
- 通用关联关系Controller
- 水电气用户任务
- 抄单价信息
- 数据录入
- 损耗费用信息
- 抄表数据汇总
- 审核策略
- 抄表明细台账
- 审核
- 菜单信息
- 计提台账
- 查询部门列表GET
- 根据部门ID查询部门详情GET
- 修改部门信息PUT
- 新增部门POST
- 查询角色详情GET
- 查询角色可编辑付款终结部门数据权限树GET
- 查询角色付款类别数据权限树GET
- 分配角色数据权限PUT
- 查询角色部门数据数据权限树GET
- 发票明细报表列表GET
- 发票明细报表导出POST
- 查询付款查询报表列表GET
- 查询付款查询报表列表导出POST
- 登录POST
- 11111GET
- 未命名接口POST
- 用户列表GET
- 部门列表GET
查询审批节点
开发中
GET
/detail/list
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
auditRecordId
string
列表返回的id
Header 参数
user_id
string
已废弃
默认值:
{{user_id}}
username
string
已废弃
默认值:
{{username}}
user_key
string
已废弃
默认值:
{{user_key}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'finance-gateway.hdltest.com/acct-payable/detail/list?auditRecordId' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}'
返回响应
🟢200成功
application/json
Body
total
integer
必需
rows
array [object {27}]
必需
searchValue
null
必需
createBy
string
必需
createTime
string
必需
createByText
null
必需
updateBy
null
必需
updateTime
string
必需
updateByText
null
必需
delFlag
integer
必需
remark
null
必需
isDelete
null
必需
isUpdate
null
必需
params
object
必需
batchNo
integer
必需
id
string
审批详情id
auditRecordId
string
审批主信息id
parentId
null
必需
nodeName
string
审核节点名称
nodeNumber
string
审核节点序号
taskId
string
任务ID 抄表使用
auditEmpId
string
审核人ID
auditEmpName
string
必需
auditResult
string
必需
auditTime
string
审核时间
rejectionReason
null
审批意见
instanceId
string | null
必需
customNodeId
string
必需
larkOpenId
string
必需
code
integer
必需
msg
string
必需
示例
{
"total": 3,
"rows": [
{
"searchValue": null,
"createBy": "1",
"createTime": "2025-05-23 11:07:22",
"createByText": null,
"updateBy": null,
"updateTime": "2025-05-23 11:07:22",
"updateByText": null,
"delFlag": 0,
"remark": null,
"isDelete": null,
"isUpdate": null,
"params": {},
"batchNo": 0,
"id": "13",
"auditRecordId": "9",
"parentId": null,
"nodeName": "提交",
"nodeNumber": "0",
"taskId": "42533",
"auditEmpId": "1",
"auditEmpName": "管理员",
"auditResult": "0",
"auditTime": "2025-05-23",
"rejectionReason": null,
"instanceId": null,
"customNodeId": "sdq_audit_node_00",
"larkOpenId": "ou_d99506da6beaf245f25c9f9b4bdc75c2"
},
{
"searchValue": null,
"createBy": "274",
"createTime": "2025-05-23 11:07:22",
"createByText": null,
"updateBy": null,
"updateTime": "2025-05-23 11:07:22",
"updateByText": null,
"delFlag": 0,
"remark": null,
"isDelete": null,
"isUpdate": null,
"params": {},
"batchNo": 0,
"id": "14",
"auditRecordId": "9",
"parentId": null,
"nodeName": "审批",
"nodeNumber": "1",
"taskId": "42533",
"auditEmpId": "274",
"auditEmpName": "张琴花",
"auditResult": "1",
"auditTime": "2025-05-23",
"rejectionReason": null,
"instanceId": "7507472446053302275",
"customNodeId": "sdq_audit_node_01",
"larkOpenId": "ou_74ddce9d71472f9066ef89c17531a013"
},
{
"searchValue": null,
"createBy": "267",
"createTime": "2025-05-23 11:07:22",
"createByText": null,
"updateBy": null,
"updateTime": "2025-05-23 11:07:22",
"updateByText": null,
"delFlag": 0,
"remark": null,
"isDelete": null,
"isUpdate": null,
"params": {},
"batchNo": 0,
"id": "15",
"auditRecordId": "9",
"parentId": null,
"nodeName": "审批",
"nodeNumber": "2",
"taskId": "42533",
"auditEmpId": "267",
"auditEmpName": "财务00",
"auditResult": "0",
"auditTime": "2025-05-23",
"rejectionReason": null,
"instanceId": null,
"customNodeId": "sdq_audit_node_02",
"larkOpenId": "ou_59a2c2b1704ba3c94edcd46ddc87efce"
}
],
"code": 200,
"msg": "查询成功"
}
🟢200baseReposet
修改于 2025-05-23 07:27:56