获取学校详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取学校详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/School/GetSchoolInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">sch_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>校区编号</td>
</tr>
</tbody>
</table>
<p><strong>header:</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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;id&quot;: 1, //校区编号
&quot;name&quot;: &quot;温州大学1&quot;, //校区名称
&quot;logo&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/logo/24081618004005264.jpg&quot;, //校区logo
&quot;address&quot;: &quot;茶山高教园区1&quot;,//校区地址
&quot;telephone&quot;: &quot;0577-86680800&quot;,//电话
&quot;home_pic&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/logo/24081618004005264.jpg&quot;,//校区主页背景
&quot;intro&quot;: &quot;温州大学是浙南闽北赣东区域唯一的综合性大学、浙江省重点建设高校、博士学位授予单位。学校由温州师范学院和原温州大学于2004年合并组建而成,办学源头可追溯至1933年创建的温州师范学校,已有91年办学历史。国家最高科学技术奖获得者谷超豪院士曾任校长。&quot;,//校区简介
&quot;theme_color&quot;: &quot;#003D7E&quot;,//主题色
&quot;labels&quot;: [//标签
&quot;985&quot;,
&quot;双一流&quot;
],
&quot;logo2&quot;: &quot;&quot;//标识
}
}</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;">code</td>
<td style="text-align: left;">int</td>
<td>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>