万车宝


车型列表

<h5>简要描述</h5> <ul> <li>获取某 品牌、车系 下的车型列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/vehicle/list/{brand}/{series}</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> <tr> <td style="text-align: left;">series</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;modelId&amp;quot;: 5312, &amp;quot;model&amp;quot;: &amp;quot;2010款 S 500 AMG Sports Package&amp;quot;, &amp;quot;brandId&amp;quot;: 36, &amp;quot;brand&amp;quot;: &amp;quot;奔驰&amp;quot;, &amp;quot;seriesId&amp;quot;: 59, &amp;quot;series&amp;quot;: &amp;quot;奔驰S级&amp;quot;, &amp;quot;year&amp;quot;: &amp;quot;2010&amp;quot;, &amp;quot;displacement&amp;quot;: &amp;quot;5.5L&amp;quot;, &amp;quot;energy&amp;quot;: null, &amp;quot;standard&amp;quot;: null }, { &amp;quot;modelId&amp;quot;: 5913, &amp;quot;model&amp;quot;: &amp;quot;2010款 S 300 L 商务型&amp;quot;, &amp;quot;brandId&amp;quot;: 36, &amp;quot;brand&amp;quot;: &amp;quot;奔驰&amp;quot;, &amp;quot;seriesId&amp;quot;: 59, &amp;quot;series&amp;quot;: &amp;quot;奔驰S级&amp;quot;, &amp;quot;year&amp;quot;: &amp;quot;2010&amp;quot;, &amp;quot;displacement&amp;quot;: &amp;quot;3.0L&amp;quot;, &amp;quot;energy&amp;quot;: null, &amp;quot;standard&amp;quot;: null }, &amp;quot;...&amp;quot; ], &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot; } </code></pre>

页面列表

ITEM_HTML