循环展示
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>main/car/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>登录验证:</strong>
否。</p>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": [
{
"id": 6,
"userId": 13,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602667929641-f7172f36-de84-4e82.png",
"carOwner": "杨洋",
"carType": "小型轿车",
"carNo": "豫AB54DF",
"model": "大众牌Fv46aa",
"vin": "LFV2A21K4C413AAAb",
"userNature": "非营运",
"engineNo": "X689Ac",
"registerDate": "2013-06-13T00:00:00.000+0000",
"state": -2,
"carValue": null,
"fee": 0.0,
"createTime": "2020-10-16T09:54:50.000+0000"
},
{
"id": 5,
"userId": 13,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602667929641-f7172f36-de84-4e82.png",
"carOwner": "杨洋",
"carType": "小型轿车",
"carNo": "湘J6J218",
"model": "大众牌Fv46aa",
"vin": "LFV2A21K4C413AAAb",
"userNature": "非营运",
"engineNo": "X689Ac",
"registerDate": "2013-06-13T00:00:00.000+0000",
"state": 2,
"carValue": 91000.0,
"fee": 640.6,
"createTime": "2020-10-15T09:54:50.000+0000"
},
{
"id": 4,
"userId": 13,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602667929641-f7172f36-de84-4e82.png",
"carOwner": "杨洋",
"carType": "小型轿车",
"carNo": "湘J6J219",
"model": "大众牌Fv46aa",
"vin": "LFV2A21K4C413AAAA",
"userNature": "非营运",
"engineNo": "X689AA",
"registerDate": "2013-06-13T00:00:00.000+0000",
"state": 2,
"carValue": 91000.0,
"fee": 640.6,
"createTime": "2020-10-14T09:54:50.000+0000"
}
],
"message": "success"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>见返回示例</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>