车型定价
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/quote/get_cartype_quote</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;">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;">status</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>竞价状态</td>
</tr>
<tr>
<td style="text-align: left;">config_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>车型 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">car_price</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>人工报价 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">detection_level</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>检测评级 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">logistics_price</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>物流成本 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">service_price</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>服务费 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">other_price</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>其他成本 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">profit_money</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>利润金额 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">profit</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>利润点 值为asc为升序 desc降序</td>
</tr>
<tr>
<td style="text-align: left;">bid_price</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>竞价 值为asc为升序 desc降序</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": {
"car_general": {
"lists": [
{
"id": "10885", #
"bid": "266", #竞价id
"quote_car_id": "30359", #项目车辆id
"logistics_price": "0.00", #物流成本
"service_price": "0.00", #服务费
"other_price": "0.00", #其他成本
"profit_money": "0.00", #利润金额
"status": "5",
"remark": null,
"is_set_price": "0", #是否调整报价:0否,1是
"recommen_price": "0.00", #新车指导价
"add_time": null,
"friend_price": null,
"car_id": "30359", #车辆id
"project_id": "325", #项目id
"config_id": "7", #车型id
"car_price": "120000.00", #报价价格
"quote_count": "1", #
"total_car_price": "360000.00", #该车型报价
"total_logistics_price": "0.00", #该车型总物流成本
"total_service_price": "0.00", #该车型总服务费
"total_other_price": "0.00", #该车型总其他成本
"total_profit_money": "0.00", #该车型总利润金额
"the_quote_count": "3", #车辆数
"bid_price": 360000, #竞价
"average_price": 120000, #平均价格
"type_name": "ALFA 156 2004款 2.0 AT" #车型名称
},
{
"id": "10888",
"bid": "266",
"quote_car_id": "30362",
"logistics_price": "0.00",
"service_price": "0.00",
"other_price": "0.00",
"profit_money": "0.00",
"status": "5",
"remark": null,
"is_set_price": "0",
"recommen_price": "0.00",
"add_time": null,
"friend_price": null,
"car_id": "30362",
"project_id": "325",
"config_id": "13",
"car_price": "130000.00",
"quote_count": "1",
"total_car_price": "800000.00",
"total_logistics_price": "0.00",
"total_service_price": "0.00",
"total_other_price": "0.00",
"total_profit_money": "0.00",
"the_quote_count": "6",
"bid_price": 800000,
"average_price": 133333.33,
"type_name": "Rapide 2014款 6.0L S 百年纪念版"
}
],
"total": {
"cars_total": 9, #总的台数
"total_price": "1,160,000.00", #总的竞价
"total_logistics_price": "0.00", #总的物流成本
"total_service_price": "0.00", #总的服务费
"total_other_price": "0.00", #总的其他成本
"total_profit_money": "0.00", #总的利润金额
"average_price": "128,888.89" #总的平均价格
}
}
},
"status": 1,
"url": ""
}
</code></pre>