在库新车-新车详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>新车详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/admin/NewCarType/new_car_details</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;">car_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>{
"car_detail":{
"id":"53210",//车ID
"plate_number":"-",//车牌
"vin":"CSXC0000000000007",//vin码
"appearance_color":"-",//车身颜色
"location":"广东省-深圳市",//所在地
"license_reg_date":"-",//上牌时间
"usage_desc":"非营运",//使用性质
"type_name":"标致2008 2014款 1.6L 手动时尚版",//车型
"environmental_standards":"国四/国五",//排放标准
"car_label":"燃油车",//车辆标签
"project_name":"朗逸930",//所属项目
"set_price":"990000.00",//定价
"follow_num":"2",//关注人数
"browse_num":"1",//浏览人数
"warehouse_day":4,//在库时长
"remark":"新车备注"//备注
},
"pic_arr":[
{
"pic_name":"pic-2.jpeg",//图片名
"pic_url":"http://oss-cn-shenzhen.aliyuncs.com/youcku/car1/00053210/new_car/pic-2.jpeg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1590131528&Signature=isDkKE7Wd786Un48NoLy9ApPRUA%3D"
}
]
}</code></pre>