提交结点操作
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{domain}}/workflow/flowNode/saveOrUpdateBatch</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">{{token}}</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>[
{
"bizid": "",
"flowBizid": "1529018154890473474",
"nodeName": "部门主管审批",
"nodeIndex": "1",
"handlerType": "12",
"handlerVal": "3",
"handlerName": "",
"handlerRoleCode": "3",
"handlerRoleName": "经理"
},
{
"bizid": "",
"flowBizid": "1529018154890473474",
"nodeName": "上级部门主管审批",
"nodeIndex": "2",
"handlerType": "13",
"handlerVal": "",
"handlerName": "",
"handlerRoleCode": "0",
"handlerRoleName": "0"
},
{
"bizid": "",
"flowBizid": "1529018154890473474",
"nodeName": "行政部主管审批",
"nodeIndex": "3",
"handlerType": "11",
"handlerVal": "1",
"handlerName": "",
"handlerRoleCode": "3",
"handlerRoleName": "经理"
},
{
"bizid": "",
"flowBizid": "1529018154890473474",
"nodeName": "采购部采购员确认",
"nodeIndex": "4",
"handlerType": "11",
"handlerVal": "4",
"handlerName": "",
"handlerRoleCode": "5",
"handlerRoleName": "采购员"
}
]
</code></pre>