流程权限更新
<h5>简要描述</h5>
<ul>
<li>流程权限更新</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.2.107:8080/ops/workflow/processPower/rest/update</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<h5>调用示例</h5>
<pre><code>{
    "uuid": "9b759bb7-5eff-11ec-861b-005056c00008",
    "processKeys": [
        "kfw211210161214044"
    ],
    "roleUuids": [
        "administratorRole"
    ],
    "departUuids": [
        "f562173e6a8e4eccb7e2ce1fe9bc81c1",
        "4f40dfe9f6e54d3ca8567d46fac23c66"
    ],
    "superviseDepart": "",
    "superviseScript":"ProcessSuperviseScriptTest",
    "handle": true,
    "delete": true,
    "revise": true,
    "discard": true,
    "modifyNode": true,
    "forward": true,
    "activation": true
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
    "errorCode": 0,
    "message": "成功",
    "time": 1632625885854,
    "responseBody": null
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">errorCode</td>
<td style="text-align: left;">int</td>
<td>状态码</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>