商家收款管理列表返回搜索参数
<p><strong>简要描述:</strong> </p>
<ul>
<li>商家收款管理列表返回搜索参数</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/admin/NewCarFinancialManagement/merchant_collection_management</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>//页面输出
array(1) {//member
[0] => array(4) {//商家信息
["organ_id"] => string(4) "4706"
["mobile"] => string(11) "18702621296"
["realname"] => string(9) "齐晓露"
["organ_name"] => string(34) "优车库网络科技有限公司2"
}
}
array(1) {//recorder
[0] => array(2) {//提交人
["realname"] => string(9) "齐晓露"
["uid"] => string(4) "2454"
}
}
array(8) {//source
[0] => array(2) {//来源
["id"] => int(1)
["name"] => string(12) "直接打款"
}
}</code></pre>