商家收款管理列表数据详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>商家收款管理列表数据详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Admin/NewCarFinancialManagement/merchant_collection_details</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>收款ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"basic_information":{//基本信息
"receive_refund_number":"SK20200529379254",//收款编号
"status":"待审核",//收款状态
"organ_name":"优车库网络科技有限公司2",//商家公司名称
"realname":"齐晓露",//商家
"mobile":"18702621296",//商家电话
"amount":"20000.00",//收款金额
"recorder":"齐晓露",//提交人
"record_time":"2020-05-29 11:46:26",//提交时间
"source":"优好车APP-ios",//来源
},
"collection_record":[//收款记录
{
"pay_payment_method":"银行卡",//付款方式
"pay_bank_name":"招商银行",//付款银行
"pay_payment_method_card":"9999",//银行卡号/支付宝账号/微信流水号
"pay_payment_people":"德玛西亚",//付款人
"pay_payment_money":"20000.00",//付款金额
"pay_payment_time":"2020-05-29 10:32:17",//付款时间
"collect_payment_method":"公账",//收款方式
"remark":"",//备注
"pic_url":"http://oss-cn-shenzhen.aliyuncs.com/youcku/transfer1/00000001/app/3/1.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1590749417&Signature=C%2FYNb9LzndxQemgjNxnJgxAfCuM%3D"//转账图片
}
],
"basic_information":{//审核信息
'audit_status' => '',//状态
'reject_reason' => '',//驳回原因
'auditor_id' => '',//审核人
'audit_time' => '',//审核时间
},
}</code></pre>