陈冠华-院校大咖主页-20180726
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>院校大咖主页
<strong>变更履历</strong></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">版本号</th>
<th style="text-align: left;">说明</th>
<th style="text-align: left;">变更者</th>
<th style="text-align: left;">日期</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">0.1</td>
<td style="text-align: left;">新</td>
<td style="text-align: left;">陈冠华</td>
<td style="text-align: left;">20180726</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/academy/selectAcademyBigCafeHome</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>院校大咖ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot; : 200,
&quot;message&quot; : &quot;Ok&quot;,
&quot;data&quot; : {
&quot;birthDay&quot; : &quot;&quot;,
&quot;address&quot; : &quot;北京&quot;,
&quot;head_img&quot; : &quot;http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg&quot;,
&quot;attention_count&quot; : 222,
&quot;memo&quot; : &quot;&quot;,
&quot;school_name&quot; : &quot;&quot;,
&quot;title&quot; : &quot;&quot;,
&quot;nike_name&quot; : &quot;张三16&quot;,
&quot;fans_count&quot; : 333,
&quot;cn_name&quot; : &quot;&quot;,
&quot;nationality&quot; : &quot;&quot;,
&quot;en_name&quot; : &quot;&quot;,
&quot;achieved&quot; : &quot;&quot;
}
}
</code></pre>
<pre><code>
**返回参数说明**
|参数|类型|描述|
|:-------|:-------|:-------|
| code | number| 无 |
| message | string| 无 |
| - data |object | 无 |
| birthDay | string| 出生日期 |
| address | string| 地址 |
| head_img | string| 头像 |
| attention_count | number| 关注数 |
| memo | string| 简介 |
| school_name | string| 院校名 |
| title | string| 用户头衔 |
| nike_name | string| 昵称 |
| fans_count | number| 粉丝数 |
| cn_name | string| 中文名 |
| nationality | string| 国籍 |
| en_name | string| 英文名 |
| achieved | string| 成就 |
**错误码表**
|状态码|说明|备注|
|:----- |:-----|:----- |
| 200 | 请求成功 |无 |
| 500 | 服务器错误成功 |无 |
欢迎使用ShowDoc!</code></pre>