云排版排名列表
<h5>简要描述</h5>
<ul>
<li>云排版排名列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://guigui.thinkerx.com/order/yun_rank_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>第几页</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": [
{
"id": 3,
"yun_plank_count": 1,
"plan_using_time": "23",
"create_time": "42分钟前",
"yun_used_rate": "3200%",
"user_change_count": 0
},
{
"id": 2,
"yun_plank_count": 1,
"plan_using_time": "1",
"create_time": "3周前",
"yun_used_rate": "100%",
"user_change_count": 0
},
{
"id": 1,
"yun_plank_count": 1,
"plan_using_time": "0.007143",
"create_time": "4月前",
"yun_used_rate": "57.12%",
"user_change_count": 0
}
]
}</code></pre>