二手车订单列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>二手车订单列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/CarOrder/order_list_data</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>//搜索请求和原来参数一样 请求方式也一样
{
"info": {
"list": [
{
"id": "10802",
"order_no": "C20220110045337331",
"add_time": "2022-01-10 16:53:19",
"paid_at": "0",
"type": "4",
"contract_no": null,
"add_contract_time": null,
"sign_date": null,
"contract_limit_time": null,
"status": "4",
"buyer_id": "5122",
"organ_id": "4872",
"curator_id": "146",
"second_curator_id": "673",
"cars_price": "110000.00",
"discount": "1.0000",
"conc": "0.00",
"pay_type": "4",
"pay_type_edition": "0",
"first_pay": "0.00",
"first_pay_appointed_time": null,
"first_pay_remark": null,
"second_pay": "0.00",
"second_pay_appointed_time": null,
"second_pay_remark": null,
"second_pay_ratio": null,
"last_pay_appointed_time": null,
"last_pay_remark": null,
"recorder": "1",
"remark": null,
"advance_status": null,
"contract_status": "3",
"contract_user_serviceid": null,
"contract_yck_serviceid": null,
"coupon_id": null,
"from": "10",
"ssq_contract_id": null,
"commission_type_id": "0",
"order_remark": "",
"mobile": "15914065849",
"buyer_name": "浦天翊",
"organ_name": "咩咩咩",
"organ_contact": "浦天翊",
"realname": "梁剑峰",
"second_realname": "朱红",
"type_name": "批售",
"status_name": "已失效",
"contract_status_name": "已失效",
"order_from_name": "后台-预售订单",
"cars_count": "1",
"time_pass": 0
},
],
"count": "9409",
"nowpage": 1,
"log": [],
"pagecount": 470.45
},
"status": 1,
"url": ""
}
//失败返回
{
"info": {
"list": [],
"count": "0",
"nowpage": 0,
"log": [
"【订单编号】2134141341"
],
"pagecount": 0
},
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>