续租订单记录
<p><strong>简要描述:</strong> </p>
<p>-续租订单记录</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/order/renewal_order</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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>页数</td>
</tr>
<tr>
<td style="text-align: left;">order_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>订单id</td>
</tr>
</tbody>
</table>
<pre><code>{
"code": 0,
"msg": "获取成功",
"time": 1583482898,
"data": {
"total": 1,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"order_num": "20030614182222",
"create_time": "2020-03-06 14:18:07",//创建时间
"role": 1, //1买家 2卖家
"pay_price": "0",//续租费用
"seller_income": "30.00",//卖家的收入
"pay_type": 1,//1钱包 2微信 3支付宝
"rent_time" // 续租时长
"order_detail": {
"order_id": 7778,
"rent_finish_at": 0,结束时间
"rent_start_at": 0,开始时间
"buy_time": 18000,
"give_time": 0,
"envelope_reduce_price": "0.00",//红包减的金额
"discount_reduce_price": "0.00",//打折减的金额
"notice_delivery_time": 1576049146
"discount_condition_type": 0,//触发的满减优惠类型:0未触发满减;1满-元;2满-件
"discount_condition_num": 0//触发的满减值
"discount_type":0 //0无优惠 ,1减钱,2赠送,3折扣
"envelope_reduce_price"//红包优惠
"discount_reduce_price"//满减优惠
}
}
]
}
}</code></pre>