万车宝


车系列表

<h5>简要描述</h5> <ul> <li>获取某 品牌 下的车系列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/vehicle/list/{brand}</code> </li> </ul> <h5>请求方式</h5> <ul> <li>get</li> </ul> <h5>请求Query参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">brand</td> <td style="text-align: left;">是</td> <td>string</td> <td>车辆品牌</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: [ &amp;quot;奔驰A级(进口)&amp;quot;, &amp;quot;奔驰C级(进口)&amp;quot;, &amp;quot;奔驰M级&amp;quot;, &amp;quot;奔驰S级&amp;quot;, &amp;quot;奔驰G级&amp;quot;, &amp;quot;...&amp;quot; ], &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot; } </code></pre>

页面列表

ITEM_HTML