督办协助部门选择列表V1.0.0
<p><strong>简要描述:</strong> </p>
<ul>
<li>督办协助部门选择列表V1.0.0</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/app/supervise/assistDept</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>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">version</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>版本号</td>
<td>1.0.0</td>
</tr>
<tr>
<td style="text-align: left;">companyId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>公司ID</td>
<td>1</td>
</tr>
<tr>
<td style="text-align: left;">executeDept</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>责任部门Id</td>
<td>1</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>
{
"result": 200,
"message": "操作成功",
"object": [
{
"id": 1,
"deptName": "工程部",
"status": 1,
"parentId": 0,
"companyId": 1
},
{
"id": 2,
"deptName": "支撑部",
"status": 1,
"parentId": 1,
"companyId": 1
},
{
"id": 3,
"deptName": "直销部",
"status": 1,
"parentId": 2,
"companyId": 1
},
{
"id": 4,
"deptName": "服务部",
"status": 1,
"parentId": 2,
"companyId": 1
},
{
"id": 5,
"deptName": "销售部",
"status": 1,
"parentId": 0,
"companyId": 1
},
{
"id": 6,
"deptName": "拓展部",
"status": 1,
"parentId": 5,
"companyId": 1
},
{
"id": 7,
"deptName": "营销部",
"status": 1,
"parentId": 1,
"companyId": 1
},
{
"id": 9,
"deptName": "安监室",
"status": 1,
"parentId": 0,
"companyId": 1
},
{
"id": 14,
"deptName": "政和支撑中心",
"status": 1,
"parentId": 0,
"companyId": 10
},
{
"id": 16,
"deptName": "拓展部",
"status": 1,
"parentId": 0,
"companyId": 1
},
{
"id": 17,
"deptName": "中移铁通南平全业务营销市",
"status": 1,
"parentId": 16,
"companyId": 1
},
{
"id": 18,
"deptName": "政和销售部",
"status": 1,
"parentId": 17,
"companyId": 1
},
{
"id": 19,
"deptName": "建瓯支撑中心",
"status": 1,
"parentId": 0,
"companyId": 8
},
{
"id": 21,
"deptName": "武夷山支撑中心",
"status": 1,
"parentId": 0,
"companyId": 7
},
{
"id": 22,
"deptName": "浦城支撑中心",
"status": 1,
"parentId": 0,
"companyId": 9
}
]
}</p>
<p>|<font color='red'>msg |string |弹框信息内容 |您有16项公共仪表台账待处理</p>
<p><strong>备注:</strong>
<font color='red'>弹框不用考虑即时性,例如控制为每次打开APP后主动拉取一次待处理信息,
如果列表长度为0则表示无需弹框提醒</p>
<p>欢迎使用ShowDoc!</p>