查询领款人列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查询领款人列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>10.10.4.224:8080/ciap/registAccInfo/getRegistAccInfo?registId=67263&amp;subRegistId=201871&amp;subRegistType=3</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<p>registId=67263
subRegistId=201871
subRegistType=3</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;cpRegistAccInfos&quot;: [
{
&quot;acctName&quot;: &quot;陈晨&quot;, 收款人姓名
&quot;areaCode&quot;: &quot;1100&quot;, 城市code
&quot;bank&quot;: &quot;中国人民银行&quot;, 银行名称
&quot;bankAddress&quot;: null,
&quot;bankCard&quot;: &quot;6221553969665522705&quot;, 银行账号
&quot;bankCode&quot;: &quot;PBC&quot;, 银行code
&quot;countryCode&quot;: null,
&quot;countryName&quot;: null,
&quot;currency&quot;: &quot;CNY&quot;,
&quot;customerTypeCode&quot;: &quot;01&quot;, 客户类型 01-被保险人02-被委托人20-法院判决指定的个人收款人99-其他
&quot;endDate&quot;: null, 有效期结束日期
&quot;foreignKey&quot;: null,
&quot;identifyCode&quot;: &quot;130681196807307191&quot;, 证件号
&quot;identifyType&quot;: &quot;01&quot;, 证件类型
&quot;insertTimeHis&quot;: &quot;2023-06-09 01:02:48&quot;,
&quot;isPrivate&quot;: &quot;1&quot;, 公私标识
&quot;longTimeFlag&quot;: &quot;1&quot;, 长期标识
&quot;openBankCode&quot;: &quot;000998800006&quot;, 开户行code
&quot;openBankInputType&quot;: null,
&quot;openBankName&quot;: &quot;电子联行转换中心&quot;, 开户行
&quot;optionThreeCode&quot;: null,
&quot;optionThreeName&quot;: null,
&quot;otherBankName&quot;: null,
&quot;otherOpenBankName&quot;: null,
&quot;otherRecBankAreaName&quot;: null,
&quot;payeeId&quot;: null,
&quot;phone&quot;: &quot;13249749684&quot;, 联系电话
&quot;profession&quot;: &quot;商业、服务业人员&quot;, 职业
&quot;professionCode&quot;: &quot;40000&quot;, 职业code
&quot;recordType&quot;: &quot;F&quot;,
&quot;registAcctId&quot;: 10855,
&quot;registId&quot;: 67263,
&quot;registPhotoId&quot;: null,
&quot;sourceFlag&quot;: &quot;07&quot;,
&quot;specialOptionCode&quot;: null,
&quot;specialOptionName&quot;: null,
&quot;startDate&quot;: &quot;2023-06-01 08:00:00&quot;, 有效期开始日期
&quot;sts&quot;: null,
&quot;telephoneType&quot;: &quot;1&quot;,
&quot;uniteBankCode&quot;: &quot;000998800006&quot;, 联行号
&quot;updateTimeHis&quot;: &quot;2023-06-09 01:15:34&quot;,
&quot;version&quot;: null,
&quot;provinceCode:&quot;11&quot; //省份code
}
]
},
&quot;message&quot;: &quot;OK&quot;
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>