车辆列表 (老接口修改)
<h5>简要描述</h5>
<ul>
<li>车辆列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-test-api.uncar.top/car/list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code>{
"total": 138,
"code": 200,
"data": [
{
"carId": 303242,
"userId": 295,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1605757178985-b73074cc-2629-4048.jpeg",
"carOwner": "666",
"carType": "小型普通客车",
"carNo": "88892",
"model": "途安牌SVW6440PBD",
"vin": "LSVRF21T292302107",
"userNature": "非营运",
"engineNo": "781456",
"registerDate": "2021-09-14T11:07:48.000+0000",
"state": 1,
"fee": 0.0,
"createTime": "2021-09-22T05:00:19.000+0000",
"carImgState": 3,
"insurancePolicy": null,
"carLogo": "http://pic1.jisuapi.cn/car/static/images/logo/300/36.png", //车标照片
"modelImg": "http://pic1.jisuapi.cn/car/static/images/logo/300/9837.jpg", //车型照片
"mobile": "18595601226",
"nickName": "123456",
"userNo": 202109159123,
"province": "河南省",
"city": "郑州市",
"companyId": 1,
"companyName": "总公司"
}
],
"pageSize": 20,
"message": "success",
"currentPage": 1
}</code></pre>
<h5>简要描述</h5>
<ul>
<li>修改车标/车照片</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-test-api.uncar.top/car/update/info</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>
<tr>
<td style="text-align: left;">carLogo</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>车标照片</td>
</tr>
<tr>
<td style="text-align: left;">modelImg</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>车型照片</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "success"
}</code></pre>