查询用户公积金信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询用户公积金信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{{address}}/api/report/queryFxFundByConsumerNo</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>用户名</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;id&quot;: 431,
&quot;orderNo&quot;: &quot;gjjRI4QL204678916796277&quot;,
&quot;consumerNo&quot;: &quot;26&quot;,
&quot;mxTaskId&quot;: &quot;ba3b9e70-4954-11e8-b394-00163e002b50&quot;,
&quot;realValid&quot;: &quot;&quot;, 实名校验结果
&quot;idNo&quot;: &quot;420881199103135428&quot;, 身份证卡号(公积金)
&quot;monPayAmount&quot;: 446, 当前单位和个人月缴纳总额度
&quot;sumPayAmount&quot;: 15766, 累计缴纳金额
&quot;amount&quot;: 2230, 账户余额(元)
&quot;nopayValid&quot;: &quot;N&quot;, 最近三个月有无断缴记录
&quot;payNpers&quot;: 33, 累计缴纳期数
&quot;serialPayMons&quot;: 33, 连续缴纳至今未断的月份数
&quot;payAddress&quot;: &quot;N&quot;,
&quot;payStatus&quot;: &quot;NORMAL&quot;, 存缴状态
&quot;payUnits&quot;: 5, 存缴单位数
&quot;isLoan&quot;: &quot;N&quot;, 是否有贷款
&quot;loanOverdueDays&quot;: 0, 有贷款且逾期天数
&quot;state&quot;: &quot;10&quot;,
&quot;mxReportUrl&quot;: null,
&quot;addTime&quot;: &quot;2018-04-26 21:21:36&quot;,
&quot;corporationName&quot;: &quot;杭州霖梓网络科技有限公司&quot;,
&quot;corporationNames&quot;: &quot;[杭州霖梓网络科技有限公司, 杭州今元标矩科技有限公司江干第一分公司, 浙江名信信息科技有限公司, 医惠科技有限公司, 杭州欧博人力资源有限公司]&quot;,
&quot;avgPayAmount&quot;: 477.76, 平均缴纳金额(元)
&quot;mxName&quot;: &quot;黎甜&quot;,
&quot;mxPhone&quot;: &quot;15757176952&quot;,
&quot;city&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>
</tbody>
</table>
<p><strong>备注</strong>
需要header里面携带token</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>