交易排行榜
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/home/top_list</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;">create_start_time</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>时间筛选</td>
</tr>
<tr>
<td style="text-align: left;">create_end_time</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>时间筛选</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "返回成功",
"time": 1589521694,
"data": {
"total": 3,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"data": [
{
"user_id": 322099,//商家编号
"submit_order": 2,//提交订单
"submit_price": "1998.00",//提交金额
"success": {
"user_id": 322099,
"success_order": 311,//成功订单
"success_price": "603038.50",//成功金额
"sell_card": "146"//售出卡数
},
"seller": {
"user_id": 322099,
"nickname": "廖勇卖家"//商家名称
}
},</code></pre>