代步车业务接口

想用车和中升GO对接接口文档


选择车辆型号

<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;">参数名&lt;div style=&quot;width: 100pt&quot;&gt;</th> <th style="text-align: left;">必填</th> <th style="text-align: left;">类型</th> <th>字段描述&lt;div style=&quot;width: 200pt&quot;&gt;</th> <th>备注&lt;div style=&quot;width: 180pt&quot;&gt;</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>{ &amp;quot;brand&amp;quot;:&amp;quot;宝马&amp;quot; // 车辆品牌 }</code></pre> <h4>响应示例</h4> <pre><code>[ &amp;quot;宝马5系&amp;quot;, &amp;quot;宝马6系 GT&amp;quot;, &amp;quot;宝马7系&amp;quot;, &amp;quot;宝马8系&amp;quot; ]</code></pre>

页面列表

ITEM_HTML