买卖分期页面
<h5>简要描述</h5>
<ul>
<li>买卖分期列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/Admin/PonyFinance/organ_match_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code>"count_data":{
["count1"] => string(1) "0" //待初审总数
["count2"] => string(1) "0" //待复审总数
["count3"] => string(1) "1" //待放款总数
["count4"] => string(1) "0" //已放款总数
["count5"] => string(1) "0" //初审拒绝总数
["count6"] => string(1) "0" //复审拒绝总数
["count"] => int(1) //总数
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>