代步车业务接口

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


选择借车品牌

<h4>说明</h4> <p>用户获取当前所选城市下, 已开设品牌列表.</p> <h4>接口名称(Endpoint)</h4> <p><code>/bos/scooter/goapi/base/brands</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;">city</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>城市代码</td> <td>例如: 210200</td> </tr> </tbody> </table> <h4>请求参数示例</h4> <pre><code>{ &amp;quot;city&amp;quot;:&amp;quot;210200&amp;quot; // 城市编码, 对应借车城市响应信息的adcode获取. }</code></pre> <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;">opens</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array</td> <td>可用品牌列表</td> <td></td> </tr> <tr> <td style="text-align: left;">unopens</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array</td> <td>不可用品牌列表</td> <td></td> </tr> </tbody> </table> <h4>响应示例</h4> <pre><code>{ &amp;quot;opens&amp;quot;:[ //可用品牌列表 &amp;quot;宝马&amp;quot;, &amp;quot;奔驰乘用&amp;quot;, &amp;quot;保时捷&amp;quot;, &amp;quot;其它&amp;quot;, &amp;quot;一汽丰田&amp;quot;, &amp;quot;广汽丰田&amp;quot;, &amp;quot;英菲尼迪&amp;quot;, &amp;quot;沃尔沃&amp;quot;, &amp;quot;一汽奥迪&amp;quot;, &amp;quot;捷豹路虎&amp;quot;, &amp;quot;一汽大众&amp;quot;, &amp;quot;东风本田&amp;quot;, &amp;quot;广汽本田&amp;quot;, &amp;quot;雷克萨斯&amp;quot;, &amp;quot;广汽乘用&amp;quot;, &amp;quot;奔驰商务&amp;quot;, &amp;quot;东风日产&amp;quot; ], &amp;quot;unopens&amp;quot;:[ //不可用列表 ] }</code></pre>

页面列表

ITEM_HTML