新增文件夹
<h2>1、新增文件夹</h2>
<p><strong>简要描述:</strong> </p>
<ul>
<li>新增文件夹和权限接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.2.32:8080/ops/itsm/document/addFolder</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">folder</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">json</td>
<td>文件夹数据</td>
</tr>
<tr>
<td style="text-align: left;">folderPowerList</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">json</td>
<td>权限数据集合</td>
</tr>
</tbody>
</table>
<p><strong>参数示例</strong></p>
<pre><code> {
"folder": {
"parentPath": "文档目录",
"name": "测试",
"orderId": 1,
"describe": "11",
"creator": "d22ae15a56394869924059a9d5867a29",
"parentId": "0",
"creatorName": "系统管理员"
},
"folderPowerList": {}
}
</code></pre>
<pre><code>
**返回示例**
</code></pre>
<p>{
"errorCode": 0,
"message": "操作成功",
"responseBody": null,
"time": 1609137944208
}</p>
<pre><code>
**返回参数说明** </code></pre>