订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.3.243:86/admin/order_detail</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;">order_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
{
"code": 0,
"msg": "获取成功",
"time": 1578984673,
"data": {
"order_num": "20010615382484",
"buyer_user_id": 322222,
"user_id": 100015,
"goods_id": 2,
"goods_spec_id": 586,
"pay_time": 0,
"delivery_time": 0,
"delivery_finish_time": 0,
"create_time": "2020-01-06 15:38:38",
"price": "0.90",
"unit_price": "0.90",
"old_price": "0.90",
"seller_income": "0.90",
"platform_fee": "0.00",
"trade_type_id": 7,
"buy_count": 1,
"give_count": 0,
"delivery_status": 2,
"report_status": 0,
"order_status": 6,
"confirm_receipt_time": 0,
"cancel_status": 2,
"evaluation_status": 0,
"pay_type": 0,
"order_detail": {
"order_id": 4706,
"user_remark": "",
"envelope_reduce_price": "0.00",
"discount_type": 0,
"present_coin": 100,
"is_coin_presented": 0,
"discount_reduce_price": "0.00",
"notice_delivery_time": 0,
"discount_condition_type": 0,
"discount_condition_num": 0,
"discount_value": 0,
"goods_name": "碧蓝幻想GBF 初始号石头号佐伊神将老王格兰塞法可花呗",
"goods_spec_name": "英语",
"goods_cover": "http://guangguang.kuaifaka.com/goods/picture/20191223/100015_0992c94881179fa8b47c88a72ceec39a_700_700_234.jpg",
"need_delivery_count": 1
},
"order_report": [
{
"step": 11,//
"order_id": 10,
"status": 0,
"platform_joined": 0,
"type": 1
}
]
}
}
}</code></pre>