标记未中标车辆列表
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/quote/get_nobid_cars_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<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;">project_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>竞价id</td>
</tr>
<tr>
<td style="text-align: left;">vins</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>车架号 多个用空格隔开</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"data": {
"page": 1, #当前页
"total": "7", #总数
"data": [
{
"id": "10809", #主键id
"bid": "261", #竞价id
"quote_car_id": "30182",
"logistics_price": "15.00", #物流成本
"service_price": "15.00", #服务费
"other_price": "15.00", #其他成本
"profit_money": "1500.00", #利润金额
"status": "3",
"remark": null,
"is_set_price": "0",
"recommen_price": "0.00",
"add_time": "1591101204",
"friend_price": null,
"car_id": "30182",
"quote_project_id": "319",
"config_id": "13",
"plate_number": "测GZ9985", #车牌
"vin": "TEST2676XFS086928", #车架号
"color": "白", #颜色
"license_reg_date": "1556175743", #上牌时间
"usage": "1", #营运性质 0:非营运 1:营运
"location": "深圳", #所在地
"kilometre": "32074", #行驶里程
"car_price": "100000.00", #指导价 报价
"quotation_id": 0,
"detection_level": "E1", #车辆检测等级
"comment_whole": "【前部】;[机油]缺少:发动机机油液位低;[散热器]损坏:散热器有可见破损(水箱、冷凝器、电子风扇等);[右前纵梁]损伤:右前纵梁有变形、钣金修复、切割更换;",
"usage_memo": "营运", #营运性质
"type_name": "Rapide 2014款 6.0L S 百年纪念版", #车型
"profit": 1.5, #利润点
"bid_price": 98455 #竞价
},
{
"id": "10815",
"bid": "261",
"quote_car_id": "30188",
"logistics_price": "15.00",
"service_price": "15.00",
"other_price": "15.00",
"profit_money": "1500.00",
"status": "3",
"remark": null,
"is_set_price": "0",
"recommen_price": "0.00",
"add_time": "1591101204",
"friend_price": null,
"car_id": "30188",
"quote_project_id": "319",
"config_id": "13",
"plate_number": "测GZ9975",
"vin": "TEST2676XFS086918",
"color": "绿",
"license_reg_date": "1517760000",
"usage": "0",
"location": "南宁",
"kilometre": "9547",
"car_price": "100000.00",
"quotation_id": 0,
"detection_level": "-",
"comment_whole": "-",
"usage_memo": "非营运",
"type_name": "Rapide 2014款 6.0L S 百年纪念版",
"profit": 1.5,
"bid_price": 98455
}
]
},
"status": 200,
"msg": "请求成功"
}
</code></pre>