选择车辆型号
<h4>说明</h4>
<p>用于获取后台配置的车型供用户填选.</p>
<h4>接口名称(Endpoint)</h4>
<p><code>/bos/scooter/goapi/base/user-cartypes</code></p>
<h4>请求参数说明</h4>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名<div style="width: 100pt"></th>
<th style="text-align: left;">必填</th>
<th style="text-align: left;">类型</th>
<th>字段描述<div style="width: 200pt"></th>
<th>备注<div style="width: 180pt"></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">brand</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>车辆品牌</td>
<td>例如: 宝马</td>
</tr>
</tbody>
</table>
<h4>请求参数示例</h4>
<pre><code>{
&quot;brand&quot;:&quot;宝马&quot; // 车辆品牌
}</code></pre>
<h4>响应示例</h4>
<pre><code>[
&quot;宝马5系&quot;,
&quot;宝马6系 GT&quot;,
&quot;宝马7系&quot;,
&quot;宝马8系&quot;
]</code></pre>