添加竞价-提交
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/quote/add_bidding_car</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;">car_list</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>车辆定价格式如[{"car_id":"5912","vin":null,"quote_project_id":"169","detection_level":"-","logistics_price":"1.00","service_price":"1.00","other_price":"1.00","profit_money":"1100.00","car_price":"110000.00","profit":"1.00","bid_price":"108897.00"},{"car_id":"5913","vin":null,"quote_project_id":"169","detection_level":"-","logistics_price":"1.00","service_price":"1.00","other_price":"1.00","profit_money":"1100.00","car_price":"110000.00","profit":"1.00","bid_price":"108897.00"}]</td>
</tr>
<tr>
<td style="text-align: left;">del_car_type</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>删除的车型格式如[{"config_id":123, "type_name":"朗逸 2017款 1.6L 自动风尚版"}]</td>
</tr>
<tr>
<td style="text-align: left;">del_car_list</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>删除的车辆格式如[{"car_id":"5912","plate_number":"湘AP98P0"}]</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info":"提交成功",
"status":1,
"url":""
}
</code></pre>