首页-车辆数据
<h5>简要描述</h5>
<ul>
<li>车辆数据</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://app-test-api.uncar.top/car/getCarInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": [
{
"id": 109,
"userId": 170,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1605772870499-998c0811-a54b-4d2e.jpg", //行驶证照片
"carOwner": "梁萍", //车主姓名
"carType": "小型轿车", //车辆类型
"carNo": "川A5988T", //车牌号
"model": "凯迪拉克牌SGM7203EAA2", //品牌型号
"vin": "LSGGH55L7HS091442", //车辆识别号
"userNature": "非营运", //使用性质
"engineNo": "171646195", //发动机号
"registerDate": "2017-09-06T00:00:00.000+0000", //注册时间
"state": 2,
"carValue": 145000.0, //车辆预估值
"fee": 277.9, //评估费用
"createTime": "2020-11-19T08:01:19.000+0000",
"carImgId": null,
"carImgState": 0,
"carImgRefusedReason": null,
"maStartTime": null, //互助开始时间
"maEndTime": null,
"maCancelTime": null, //互助取消时间
"cancelTimes": 0, //取消次数
"insurancePolicy": null,
"timeFormat": null,
"waitEffectiveTime": null,
"eventCount": 0, //申请互助成功次数
"modelImg": "http://pic1.jisuapi.cn/car/static/images/logo/300/21744.jpg", //车型照片
"carLogo": "http://pic1.jisuapi.cn/car/static/images/logo/300/102.png", //车标
"violationCount": 0 //违章次数
}
],
"message": "success"
}</code></pre>