Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

安管培训平台


根据城市行政编码获取其下学校机构

<h5>简要描述</h5> <ul> <li>根据城市行政编码获取其下学校机构</li> </ul> <h5>请求URL</h5> <ul> <li><code>/sysConfigSchool/api/school/list</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> <tr> <td style="text-align: left;">cityCode</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>城市行政编码</td> </tr> </tbody> </table> <h5>请求示例</h5> <p><code>http://ip:port/sysConfigSchool/api/school/list?cityCode=130100</code></p> <h5>返回示例</h5> <pre><code>{     &amp;quot;result&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;cityCode&amp;quot;: 130100,             &amp;quot;cityName&amp;quot;: &amp;quot;石家庄市&amp;quot;,             &amp;quot;schoolList&amp;quot;: [                 {                     &amp;quot;schoolId&amp;quot;: 167361,                     &amp;quot;schoolName&amp;quot;: &amp;quot;河北省住建厅&amp;quot;,                     &amp;quot;schoolDesc&amp;quot;: &amp;quot;河北省住建厅&amp;quot;,                     &amp;quot;companyId&amp;quot;: 163647                 },                 {                     &amp;quot;schoolId&amp;quot;: 167377,                     &amp;quot;schoolName&amp;quot;: &amp;quot;石家庄市安监站&amp;quot;,                     &amp;quot;schoolDesc&amp;quot;: &amp;quot;石家庄市安监站(汇安)&amp;quot;,                     &amp;quot;companyId&amp;quot;: 163647                 }             ]         }     ],     &amp;quot;code&amp;quot;: null }</code></pre> <h5>返回参数说明</h5> <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;">cityCode</td> <td style="text-align: left;">int</td> <td>城市行政编码</td> </tr> <tr> <td style="text-align: left;">cityName</td> <td style="text-align: left;">string</td> <td>城市名称</td> </tr> <tr> <td style="text-align: left;">schoolList</td> <td style="text-align: left;">list</td> <td>学校列表</td> </tr> <tr> <td style="text-align: left;">schoolId</td> <td style="text-align: left;">int</td> <td>学校id</td> </tr> <tr> <td style="text-align: left;">schoolName</td> <td style="text-align: left;">string</td> <td>学校名称</td> </tr> <tr> <td style="text-align: left;">schoolDesc</td> <td style="text-align: left;">string</td> <td>学校描述</td> </tr> <tr> <td style="text-align: left;">companyId</td> <td style="text-align: left;">int</td> <td>企业id</td> </tr> </tbody> </table>

页面列表

ITEM_HTML