意向单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>意向单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>www.php.com/Admin/NewCarType/new_car_intention_detail</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>id</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>array(20) {
["id"] => string(2) "15"
["order_no"] => string(20) "NC202003181127454379"
["type"] => string(1) "1"
["curator_id"] => string(5) "1"
["curator_name"] => string(5) "admin"
["buyer_id"] => string(4) "4860"
["organ_id"] => string(4) "4380"
["status"] => string(1) "1"
["recorder"] => NULL
["pay_type"] => string(1) "4"
["car_price"] => string(4) "0.00"
["deposit_price"] => string(4) "0.00"
["first_price"] => string(4) "0.00"
["taill_price"] => string(1) "0"
["remark"] => NULL
["add_time"] => string(10) "1584502065"
["form"] => string(1) "0"
["status_desc"] => string(9) "待审核"
["organ_name"] => string(39) "优车宝(深圳)投资有限公司"
["member_name"] => string(9) "林淑芬"
["member_id"] => string(9) "1213"
["intention_detail"] => array(1) {
[0] => array(11) {
["id"] => string(1) "2"
["intention_id"] => string(2) "15"
["n_c_id"] => string(2) "14"
["car_num"] => string(1) "2"
["color"] => string(6) "白色"
["deal_price"] => string(6) "123.00"
["delivery_fee"] => string(4) "1.00"
["on_plate_fee"] => string(4) "1.00"
["other_fee"] => string(4) "1.00"
["uptate_time"] => string(1) "0"
["type_name"] => string(48) "风骏3 2011款 2.2L财富版 豪华型大双排"
["total_vehicle_price"] => float(204000)//车辆总价
["total_price_deposit"] => string(7) "2000.00"//上牌押金总计
["total_price_intention"] => float(206000)//意向单总价
}
}
}</code></pre>