组织架构
<p>[TOC]</p>
<h1>com_wxjc_党建引领_查询_组织架构</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://localhost:10013/partyArchitecture/list</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>pageNumber</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageSize</td>
<td>10</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"message": null,
"data": {
"records": [
{
"path": "http://124.128.226.199:8081/export/organization.02286275.png",
"id": 15,
"creationtime": "2021-04-17 16:05:06",
"status": "1"
},
{
"path": "http://124.128.226.198:8081/attached/userImg/20220720/2022072010344520.png",
"id": 18,
"creationtime": "2022-07-20 10:33:27",
"status": "0"
},
{
"path": "http://124.128.226.198:8081/attached/attach/20220720/2022072010454904.png",
"id": 20,
"creationtime": "2022-07-20 10:44:30",
"status": "0"
},
{
"path": "http://124.128.226.198:8081/attached/userImg/20220720/2022072010460832.png",
"id": 21,
"creationtime": "2022-07-20 10:44:48",
"status": "0"
},
{
"path": "http://124.128.226.198:8081/attached/userImg/20220720/2022072010474703.png",
"id": 22,
"creationtime": "2022-07-20 10:46:28",
"status": "0"
}
],
"total": 5,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>records.path</td>
<td>string</td>
<td>图片路劲</td>
</tr>
<tr>
<td>records.id</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>records.creationtime</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>records.status</td>
<td>string</td>
<td>1启用 0否</td>
</tr>
</tbody>
</table>
<h1>- com_wxjc_党建引领_新增_组织架构</h1>
<p>请求URL</p>
<ul>
<li><code>http://localhost:10013/partyArchitecture/save</code></li>
</ul>
<p>请求方式
post
请求Body参数</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>path</td>
<td>111</td>
<td>是</td>
<td>string</td>
<td>图片路经</td>
</tr>
</tbody>
</table>
<h1>- com_wxjc_党建引领_查询_组织架构_状态修改</h1>
<p>请求URL</p>
<ul>
<li><code>http://localhost:10013/partyArchitecture/saveStatus</code></li>
</ul>
<p>请求方式
post
请求Body参数</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>status</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>穿1修改为0</td>
</tr>
</tbody>
</table>
<h1>- com_wxjc_党建引领_删除_组织架构</h1>
<p>请求URL</p>
<ul>
<li><code>http://localhost:10013/partyArchitecture/delete</code></li>
</ul>
<p>请求方式
post
请求Body参数</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>