工商股东
<h1>工商股东</h1>
<p><strong>1、接口介绍</strong> </p>
<p>企业工商股东信息(不包含企业自行公示和年报股东)</p>
<p><strong>2、接口地址</strong> </p>
<p>URL </p>
<p><a href="https://localhost:8086/system/qixin/getPartners">https://localhost:8086/system/qixin/getPartners</a></p>
<p><strong>3、数据格式</strong> </p>
<p>JSON </p>
<p><strong>4、Request 支持</strong> </p>
<p>HTTPS GET </p>
<p><strong>5、接口描述</strong> </p>
<p><strong>5.2 请求参数</strong> </p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>字段类型</th>
<th>必填</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>keyword</td>
<td>String</td>
<td>是</td>
<td>企业全名/注册号/统一社会信用代码</td>
</tr>
</tbody>
</table>
<p><strong>5.3 返回结果</strong> </p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>字段类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>String</td>
<td>0000成功 0001失败</td>
</tr>
<tr>
<td>result.data</td>
<td>Object</td>
<td>返回的结果</td>
</tr>
</tbody>
</table>
<p><strong>5.31 返回子数据</strong> </p>
<p><strong>返回数据字段:</strong> </p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>字段类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>total</td>
<td>Number</td>
<td>返回列表中记录总数</td>
</tr>
<tr>
<td>items</td>
<td>Array</td>
<td>企业股东及出资信息列表。</td>
</tr>
</tbody>
</table>
<p><strong>items 数据字段:</strong> </p>
<p><strong>参数名 字段类型 描述</strong> </p>
<p>name String 股东姓名 </p>
<p>stockType String 股东类型 </p>
<p>identifyType String 类型 </p>
<p>identifyNo String 企业证照号 </p>
<p>shouldCapiItems Array 认缴出资列表 </p>
<p>realCapiItems Array 实缴出资列表 </p>
<p>totalShouldCapi String 总认缴 </p>
<p>totalRealCapi String 总实缴 </p>
<p><strong>shouldCapiItems 数据字段:</strong> </p>
<p><strong>参数名 字段类型 描述</strong> </p>
<p>date String 出资时间 </p>
<p>capi String 认缴出资额 </p>
<p>type String 出资方式 </p>
<p><strong>realCapiItems 数据字段:</strong> </p>
<p><strong>参数名 字段类型 描述</strong> </p>
<p>date String 出资时间 </p>
<p>capi String 认缴出资额 </p>
<p>type String 出资方式</p>