获取教育局信息
<p><strong>简要描述:</strong>
根据corpid获取教育局名称
<strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/iapi/manage/bureauList.shtml</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>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">corpid</td>
<td style="text-align: left;">否</td>
<td>int</td>
<td>团队id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
"school_corpid":'111111111111111111',
"school_corpname":'轻松小学163',
"errcode":"0",
"errmsg":"",
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">errcode</td>
<td style="text-align: left;">string</td>
<td>错误码:0-成功,其他-错误</td>
</tr>
<tr>
<td style="text-align: left;">errmsg</td>
<td style="text-align: left;">string</td>
<td>错误描述</td>
</tr>
<tr>
<td style="text-align: left;">school_corpid</td>
<td style="text-align: left;">string</td>
<td>团队id</td>
</tr>
<tr>
<td style="text-align: left;">school_corpname</td>
<td style="text-align: left;">string</td>
<td>团队名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>