徐坤帅-获取个人信息-20180721
<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;">20180721</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/user/info</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 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 10000</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;message&quot;: &quot;Ok&quot;,
&quot;data&quot;: {
&quot;nike_name&quot;: &quot;张三14&quot;,//昵称
&quot;area&quot;: &quot;&quot;,//区
&quot;province&quot;: &quot;&quot;,//省
&quot;senior_offer&quot;: &quot;&quot;,//母校
&quot;province_id&quot;: &quot;&quot;,//省的id
&quot;city&quot;: &quot;北京&quot;,//
&quot;memo&quot;: &quot;&quot;,//简介
&quot;title&quot;: &quot;1&quot;,//头衔
&quot;area_id&quot;: &quot;&quot;,//区id
&quot;country_id&quot;: &quot;&quot;,//国家id
&quot;city_id&quot;: &quot;&quot;,//市id
&quot;professional&quot;: &quot;&quot;//专业
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">200</td>
<td style="text-align: left;">请求成功</td>
<td style="text-align: left;">无</td>
</tr>
<tr>
<td style="text-align: left;">500</td>
<td style="text-align: left;">服务器错误成功</td>
<td style="text-align: left;">无</td>
</tr>
</tbody>
</table>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>