获取oa一级部门
<h5>简要描述</h5>
<ul>
<li>获取oa一级部门</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>Admin/ShareFunction/get_oa_department</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"info": [
{
"id": "74",
"name": "人力资源部"
},
{
"id": "80",
"name": "财务中心"
},
{
"id": "127",
"name": "投融资部"
},
{
"id": "128",
"name": "品牌推广部"
},
{
"id": "131",
"name": "车源管理中心"
},
{
"id": "143",
"name": "营销管理中心"
},
{
"id": "217",
"name": "业务支持部"
},
{
"id": "219",
"name": "整备事业部"
},
{
"id": "223",
"name": "综合管理部"
},
{
"id": "236",
"name": "定价中心"
},
{
"id": "422",
"name": "研发中心"
},
{
"id": "426",
"name": "运营部"
}
],
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>