路线编辑数据
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/CarLogistics/route_info</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;">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>{
"status": 200,
"msg": "请求成功",
"data": {
"id": "1", #路线id
"partner_id": "1", #供应商id
"transport_type": "2", #运输类型 1-大板 2-小板 3-代驾
"start_price": "20.00", #起步价格
"over_price": "100.00", #超出单价
"start_km": "100", #起步公里数
"start_province": "", #出发省份
"start_city": "", #出发市区
"end_province": "", #目的地省份
"end_city": "", #目的地市区
"add_user": "1", #添加人
"add_time": "1595387546",
"per_price": "0.00", #单台价格
"is_deleted": "0"
}
}
</code></pre>