个人信息(公司信息)接口
<p><strong>创建人:</strong> 赵聪
<strong>简要描述:</strong> </p>
<p>-个人信息接口</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/report/personaldetails</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;">consumerNo</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;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;obj&quot;: {
&quot;id&quot;: 18063,
&quot;consumerNo&quot;: &quot;2172696&quot;,
&quot;borrowerNo&quot;: null,
&quot;realName&quot;: &quot;曹乐&quot;,
&quot;phone&quot;: &quot;15656553191&quot;,
&quot;age&quot;: 24,
&quot;idNo&quot;: &quot;340825199401014519&quot;,
&quot;openId&quot;: &quot;268811897276755838588506132&quot;,
&quot;alipayNo&quot;: &quot;15656553191&quot;,
&quot;email&quot;: &quot;test@gmail.com&quot;,
&quot;qq&quot;: null,
&quot;censusRegister&quot;: null,
&quot;address&quot;: &quot;杭州市萧山区&quot;,
&quot;linkmanCount&quot;: 95,
&quot;phoneLongRate&quot;: 1,
&quot;phoneLongCount&quot;: 101,
&quot;phoneShortRate&quot;: 0,
&quot;phoneShortCount&quot;: 0,
&quot;state&quot;: &quot;10&quot;,
&quot;channelId&quot;: null,
&quot;channelName&quot;: &quot;xiaomei&quot;,
&quot;whiteList&quot;: &quot;20&quot;,
&quot;addTime&quot;: &quot;2018-03-06 16:33:56&quot;,
&quot;reqExt&quot;: &quot;发射点发射得分&quot;,
&quot;userType&quot;: 0,
&quot;blackList&quot;: null,
&quot;phoneCompany&quot;: &quot;0556452555&quot;,
&quot;tradeCode&quot;: &quot;计算机/互联网/电子商务&quot;,
&quot;tradeName&quot;: &quot;计算机/互联网/电子商务&quot;,
&quot;companyName&quot;: &quot;ccbbbg&quot;,
&quot;companyAddrProv&quot;: &quot;浙江省&quot;,
&quot;companyAddrCity&quot;: &quot;杭州市&quot;,
&quot;companyAddrRegion&quot;: &quot;滨江区&quot;,
&quot;companyAddrDetail&quot;: &quot;fddvvv&quot;,
&quot;department&quot;: &quot;fcvb&quot;,
&quot;position&quot;: &quot;成本核算&quot;,
&quot;licensePicUrl&quot;: null,
&quot;licenseCode&quot;: null,
&quot;shopPicInfo&quot;: null,
&quot;contractPicInfo&quot;: null,
&quot;housePicInfo&quot;: null,
&quot;sex&quot;: &quot;男&quot;,
&quot;birth&quot;: &quot;1994年1月1日&quot;,
&quot;mobileAddress&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;">realName</td>
<td style="text-align: left;">String</td>
<td>姓名</td>
</tr>
<tr>
<td style="text-align: left;">phone</td>
<td style="text-align: left;">String</td>
<td>手机号</td>
</tr>
<tr>
<td style="text-align: left;">birth</td>
<td style="text-align: left;">string</td>
<td>生日</td>
</tr>
<tr>
<td style="text-align: left;">age</td>
<td style="text-align: left;">int</td>
<td>年龄</td>
</tr>
<tr>
<td style="text-align: left;">sex</td>
<td style="text-align: left;">String</td>
<td>性别</td>
</tr>
<tr>
<td style="text-align: left;">companyName</td>
<td style="text-align: left;">String</td>
<td>公司名称</td>
</tr>
<tr>
<td style="text-align: left;">tradeName</td>
<td style="text-align: left;">String</td>
<td>行业名称</td>
</tr>
<tr>
<td style="text-align: left;">phoneCompany</td>
<td style="text-align: left;">String</td>
<td>单位电话号码</td>
</tr>
<tr>
<td style="text-align: left;">companyAddrProv</td>
<td style="text-align: left;">String</td>
<td>公司地址-省</td>
</tr>
<tr>
<td style="text-align: left;">companyAddrCity</td>
<td style="text-align: left;">String</td>
<td>公司地址-市</td>
</tr>
<tr>
<td style="text-align: left;">companyAddrRegion</td>
<td style="text-align: left;">String</td>
<td>公司地址-区</td>
</tr>
<tr>
<td style="text-align: left;">companyAddrDetail</td>
<td style="text-align: left;">String</td>
<td>详细地址</td>
</tr>
<tr>
<td style="text-align: left;">department</td>
<td style="text-align: left;">String</td>
<td>任职部门</td>
</tr>
<tr>
<td style="text-align: left;">position</td>
<td style="text-align: left;">String</td>
<td>任职岗位</td>
</tr>
</tbody>
</table>