订单详情
<h5>简要描述</h5>
<ul>
<li>订单详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/YccOrder/orderInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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;">string</td>
<td>订单id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"info": {
"order_status_text": "已取消", // 订单状态
"created_at": "2021-11-22 22:01:16", // 生成时间
"order_number": "YCC202111223871", // 订单号
"title": "全车检测/186项", // 检测类型
"car_num": 2, // 检测数量
"order_amount": "600.00", // 订单总额
"user_phone": "13430272622", // 手机号
"car_list": [
{
"rel_id": "55", // 关联id
"type_name": "保时捷911 2006款 Carrera 4S AT 3.8L", // 车型
"detect_fee": "300.00", // 检测费用
"car_id": "0", // 车辆id
"car_status_text": "已取消" ,// 车辆状态
"report_btn":2 ,// 是否显示查看报告按钮(1:是,2:否)
"repurt_url": "http://localhost:8009/Admin/CarDetection/quotation_detection_details_pdf?quotation_id=94944" //报告地址
}
]
},
"status": 1,
"url": ""
}</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;">status</td>
<td style="text-align: left;">int</td>
<td>请求状态 1:成功</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>