- 巡检告警
- 数据源配置
- 飞书交互
- 异常任务管理
- 付款发表报表优化
- 飞书扫码登录
- 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
/record/list
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
auditType
string
可选
searchType
string
可选
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/record/list?auditType&searchType' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}'
返回响应
🟢200成功
application/json
Body
total
integer
必需
rows
array [object {31}]
必需
searchValue
null
必需
createBy
string
必需
createTime
string
必需
createByText
null
必需
updateBy
string
必需
updateTime
string
必需
updateByText
null
必需
delFlag
integer
必需
remark
null
必需
isDelete
null
必需
isUpdate
null
必需
params
object
必需
batchNo
integer
必需
id
string
必需
auditName
string
审核名称
auditType
string
必需
taskId
string
任务ID
taskCode
string
任务编码
distributeTime
string
任务下发时间
writeMeterId
string
必需
taskType
string
必需
meterId
string | null
必需
auditStatus
string
必需
auditTime
string
审核时间
auditNodeCount
string
必需
rejectionReason
null
必需
instanceCode
string
必需
approvalCode
string
必需
shopCode
string
必需
shopName
string
必需
detailId
string
审批id
code
integer
必需
msg
string
必需
示例
{
"total": 2,
"rows": [
{
"searchValue": null,
"createBy": "263",
"createTime": "2025-05-21 17:38:56",
"createByText": null,
"updateBy": "",
"updateTime": "2025-05-21 18:17:02",
"updateByText": null,
"delFlag": 0,
"remark": null,
"isDelete": null,
"isUpdate": null,
"params": {},
"batchNo": 0,
"id": "2",
"auditName": "string",
"auditType": "WRITE",
"taskId": "42017",
"taskCode": "f63349d6-704b-4ef4-b52b-21ec5e029dbb",
"distributeTime": "2025-05-19",
"writeMeterId": "6",
"taskType": "WRITE",
"meterId": "0",
"auditStatus": "1",
"auditTime": "2025-05-21",
"auditNodeCount": "2",
"rejectionReason": null,
"instanceCode": "4FD73679-785C-4FB6-86C8-C30D9E55DC58",
"approvalCode": "C18948FF-9D2A-4ECA-A534-53AEBA1BF1E7",
"shopCode": "1234",
"shopName": "测额"
},
{
"searchValue": null,
"createBy": "1",
"createTime": "2025-05-21 19:13:32",
"createByText": null,
"updateBy": "",
"updateTime": "2025-05-21 19:19:05",
"updateByText": null,
"delFlag": 0,
"remark": null,
"isDelete": null,
"isUpdate": null,
"params": {},
"batchNo": 0,
"id": "3",
"auditName": "北京十九店测试",
"auditType": "WRITE",
"taskId": "42533",
"taskCode": "bb19b6ea-5f87-46d6-a5ec-29d043a5ded1",
"distributeTime": "2025-05-19",
"writeMeterId": "14",
"taskType": "WRITE",
"meterId": null,
"auditStatus": "1",
"auditTime": "2025-05-21",
"auditNodeCount": "2",
"rejectionReason": null,
"instanceCode": "1AEC6137-7DCE-4BC0-98AC-5DD2BA3E40EA",
"approvalCode": "C18948FF-9D2A-4ECA-A534-53AEBA1BF1E7",
"shopCode": "100668",
"shopName": "北京十九店"
}
],
"code": 200,
"msg": "查询成功"
}
🟢200baseReposet
修改于 2025-05-23 03:16:12