查询流程跟踪数据
POST
/stagnantStockApply/getProcessComments
请求参数
Body 参数application/json
申请数据 审批类型:agree-同意,reject-驳回
processInstId
string
可选
示例
{
"processInstId": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/stagnantStockApply/getProcessComments' \
--header 'Content-Type: application/json' \
--data-raw '{
"processInstId": "string"
}'
返回响应
🟢200成功
application/json
Body
审批结果
msgCode
string
可选
message
string
可选
sysMessage
string
可选
responseData
array[object (ImTaskCommentDto) {26}]
可选
processInstId
string
可选
taskInstId
string
可选
taskNodeType
string
可选
taskDefSeq
integer
可选
taskDefName
string
可选
adHocType
string
可选
userCode
string
可选
userName
string
可选
deptCode
string
可选
deptName
string
可选
beginDate
integer
可选
approveDate
string
可选
operationCode
string
可选
operationName
string
可选
status
string
可选
showStatus
string
可选
commentMsg
string
可选
extMsg
string
可选
sortIndex
string
可选
currentStep
string
可选
processStatus
string
可选
groupCode
string
可选
jobCode
string
可选
jobName
string
可选
receiverCode
string
可选
receiverName
string
可选
ext
object (Object)
审批结果
iTotalRecords
integer
可选
iTotalDisplayRecords
integer
可选
示例
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": [
{
"processInstId": "",
"taskInstId": "",
"taskNodeType": "",
"taskDefSeq": 0,
"taskDefName": "",
"adHocType": "",
"userCode": "",
"userName": "",
"deptCode": "",
"deptName": "",
"beginDate": 0,
"approveDate": 0,
"operationCode": "",
"operationName": "",
"status": "",
"showStatus": "",
"commentMsg": "",
"extMsg": "",
"sortIndex": "",
"currentStep": "",
"processStatus": "",
"groupCode": "",
"jobCode": "",
"jobName": "",
"receiverCode": "",
"receiverName": ""
}
],
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
修改于 2025-06-12 06:26:35