{
"businessId": 11853,
"businessCode": "1",
"processInstanceId": "1",
"businessInfoJson": "1",
"step": 1,
"taskId": "1024",
"variables": {
"key": {}
},
"reason": "审批意见"
}curl --location '/bpm/business/disallow' \
--header 'Content-Type: application/json' \
--data '{
"businessId": 11853,
"businessCode": "1",
"processInstanceId": "1",
"businessInfoJson": "1",
"step": 1,
"taskId": "1024",
"variables": {
"key": {}
},
"reason": "审批意见"
}'{
"code": 0,
"data": false,
"msg": ""
}