债权汇总
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/Select_qqSummary</code> // /apis/sf_public?url=fxyz_debt_summary/Select_qqSummary</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;data&quot;:{
&quot;fxyz_name&quot;:&quot;李云鹏&quot;, //姓名
&quot;fxyz_card&quot;:&quot;610303196301273034&quot; //身份证
},
&quot;pageSize&quot;:10,
&quot;pageNo&quot;:1
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;filter&quot;: &quot;[fxyz_name = &#039;李云鹏&#039; AND fxyz_card = &#039;610303196301273034&#039;]&quot;,
&quot;lastPage&quot;: true,
&quot;pageNo&quot;: 1,
&quot;pageSize&quot;: 10,
&quot;rows&quot;: [
{
&quot;id&quot;: &quot;2193621515801477120&quot;,
&quot;billno&quot;: &quot;1111&quot;, //单据编号
&quot;billstatus&quot;: &quot;C&quot;,
&quot;auditdate&quot;: &quot;2025-04-17 10:05:21&quot;,
&quot;modifytime&quot;: &quot;2025-04-17 10:05:21&quot;,
&quot;createtime&quot;: &quot;2025-04-15 14:53:10&quot;,
&quot;fxyz_name&quot;: &quot;李云鹏&quot;, //姓名
&quot;fxyz_card&quot;: &quot;610303196301273034&quot;, //身份证
&quot;fxyz_type&quot;: &quot;在册&quot;, //人员类别
&quot;fxyz_number&quot;: &quot;1001&quot;, //工号
&quot;fxyz_total&quot;: 3000, //小计
&quot;fxyz_confirm&quot;: &quot;同意&quot;, //确认情况 根据这个字段判断是否完成确认
&quot;fxyz_signature&quot;: &quot;&quot;,
&quot;fxyz_signature_tag&quot;: &quot;&quot;,
&quot;entryentity&quot;: [ //明细分录
{
&quot;id&quot;: &quot;2193621515801476096&quot;,
&quot;seq&quot;: 1,
&quot;modifydatefield&quot;: &quot;2025-04-15 14:54:22&quot;,
&quot;fxyz_item&quot;: &quot;工资&quot;, //明细名称
&quot;fxyz_amount&quot;: 2000 //明细金额
},
{
&quot;id&quot;: &quot;2193621515801476097&quot;,
&quot;seq&quot;: 2,
&quot;modifydatefield&quot;: &quot;2025-04-15 14:54:22&quot;,
&quot;fxyz_item&quot;: &quot;公积金&quot;,
&quot;fxyz_amount&quot;: 1000
},
{
&quot;id&quot;: &quot;2193621515801476098&quot;,
&quot;seq&quot;: 3,
&quot;modifydatefield&quot;: &quot;2025-04-15 14:54:22&quot;,
&quot;fxyz_item&quot;: &quot;统筹外费用&quot;,
&quot;fxyz_amount&quot;: 0
},
{
&quot;id&quot;: &quot;2193621515801476099&quot;,
&quot;seq&quot;: 4,
&quot;modifydatefield&quot;: &quot;2025-04-15 14:54:22&quot;,
&quot;fxyz_item&quot;: &quot;降温费&quot;,
&quot;fxyz_amount&quot;: 0
}
],
&quot;fxyz_picturefield&quot;: &quot;http://login.sxqfgy.com/static/images/logo.png&quot;, //签名图片
&quot;fxyz_confirmtime&quot;:&quot;2025-04-17 17:22:28&quot; //确认时间
}
],
&quot;totalCount&quot;: 1
},
&quot;errorCode&quot;: &quot;0&quot;,
&quot;message&quot;: null,
&quot;status&quot;: true
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>