简要描述
请求URL
http://10.10.1.31:8080/ops/script/departDealWorkflow
请求方式
参数示例
{
"processKeys":["kfw210111150027779","kfw210105141823550"] ,
"type":"count"
}
参数
参数名 |
必选 |
类型 |
说明 |
processKey |
是 |
string |
流程key |
type |
是 |
string |
固定值为:count |
返回示例
{
"errorCode": 0,
"message": "success",
"responseBody": {
"result": {
"kfw210111150027779": {
"allCount": 167,
"dealCount": 87
},
"kfw210105141823550": {
"allCount": 3505,
"dealCount": 42
}
}
},
"time": 1634808139829
}
返回参数说明
参数名 |
类型 |
说明 |
allCount |
int |
部门全部工单数量 |
dealCount |
int |
部门待办工单数量 |
备注