正常响应参数示例{
"code": "ACK",
"message": "",
"data": {
"lastOperatorEmployeeId": "S01",
"lastAuditOperatorEmployeeId": "",
"openApiFormProcessLogs": [
{
"operatorName": [
"王五"
],
"operatorEmployeeIds": [
"S01"
],
"nextOperatorName": null,
"operationText": "[王五]添加评论",
"optReason": "单据自动调整:+2",
"delegater": "",
"nextOperatorEmployeeIds": null,
"processNodeSubType": "其他节点",
"processNodeSubTypeCode": "OTHER",
"taskName": "",
"taskCategory": null,
"optTime": 1695869164287,
"attachments":[
{
"filename":"xxxx.jpeg",
"type":"image/jpeg",
"downloadUrl":"https://oss-xxx/xxx.jepg"
}
]
},
{
"operatorName": null,
"operatorEmployeeIds": null,
"nextOperatorName": null,
"operationText": "",
"optReason": "",
"delegater": "",
"nextOperatorEmployeeIds": null,
"processNodeSubType": "审批节点",
"processNodeSubTypeCode": "APPROVAL",
"taskName": "出纳支付",
"taskCategory": "CASHIER_SETTLE",
"optTime": 1695869164033,
"attachments": null
},
{
"operatorName": [
"李四"
],
"operatorEmployeeIds": [
"A02"
],
"nextOperatorName": null,
"operationText": "同意",
"optReason": "",
"delegater": "",
"nextOperatorEmployeeIds": null,
"processNodeSubType": "审批节点",
"processNodeSubTypeCode": "APPROVAL",
"taskName": "领导审批",
"taskCategory": "APPROVAL",
"optTime": 1695869260866,
"attachments": null
},
{
"operatorName": [
"张三"
],
"operatorEmployeeIds": [
"A01"
],
"nextOperatorName": null,
"operationText": "[张三]提交单据",
"optReason": "",
"delegater": "",
"nextOperatorEmployeeIds": null,
"processNodeSubType": "其他节点",
"processNodeSubTypeCode": "OTHER",
"taskName": "发起审批",
"taskCategory": null,
"optTime": 1695869160866,
"attachments": null
}
]
},
"errorCode": null,
"success": true
}