查询最近公积金缴纳信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询最近公积金缴纳信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{{address}}/api/report/queryFxFundPay</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;data&quot;: [
{
&quot;income&quot;: 44600,
&quot;balance&quot;: 223000,
&quot;month&quot;: &quot;2018-03&quot;,
&quot;description&quot;: &quot;汇缴201803&quot;,
&quot;customer_income&quot;: 22300,
&quot;deal_time&quot;: &quot;2018-03-21&quot;,
&quot;corporation_name&quot;: &quot;杭州霖梓网络科技有限公司&quot;,
&quot;outcome&quot;: 0,
&quot;corporation_income&quot;: 22300
},
{
&quot;income&quot;: 44600,
&quot;balance&quot;: 178400,
&quot;month&quot;: &quot;2018-02&quot;,
&quot;description&quot;: &quot;汇缴201802&quot;,
&quot;customer_income&quot;: 22300,
&quot;deal_time&quot;: &quot;2018-02-22&quot;,
&quot;corporation_name&quot;: &quot;杭州霖梓网络科技有限公司&quot;,
&quot;outcome&quot;: 0,
&quot;corporation_income&quot;: 22300
}
]
}</code></pre>
<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;">corporation_name</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">公司名</td>
</tr>
<tr>
<td style="text-align: left;">income</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">存缴金额(分)需要展示成 元</td>
</tr>
<tr>
<td style="text-align: left;">month</td>
<td style="text-align: left;">date</td>
<td style="text-align: left;">存缴时间</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>