万车宝


查询设备信息

<h5>简要描述</h5> <ul> <li>查询设备信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>/device/info</code> </li> </ul> <h5>请求方式</h5> <ul> <li>get</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td>string</td> <td>登录token</td> </tr> </tbody> </table> <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;">deviceId</td> <td style="text-align: left;">是</td> <td>string</td> <td>设备Id</td> </tr> <tr> <td style="text-align: left;">code</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;deviceId&amp;quot;: &amp;quot;AD20-N00C2300017&amp;quot;, &amp;quot;mac&amp;quot;: &amp;quot;24:0F:5B:55:4C:C8&amp;quot;, &amp;quot;hardware&amp;quot;: &amp;quot; FWN32WC_AD20_BOOT-V006&amp;quot;, &amp;quot;software&amp;quot;: &amp;quot; FWN32WC_AD20_APP-V002&amp;quot;, &amp;quot;status&amp;quot;: 2, &amp;quot;vehicleId&amp;quot;: &amp;quot;57272&amp;quot;, &amp;quot;vin&amp;quot;: &amp;quot;LFV2B2F36K7537488&amp;quot;, &amp;quot;modelId&amp;quot;: 38820, &amp;quot;model&amp;quot;: &amp;quot;2019款 35 TFSI 进取动感型&amp;quot;, &amp;quot;brandId&amp;quot;: 33, &amp;quot;brand&amp;quot;: &amp;quot;奥迪&amp;quot;, &amp;quot;seriesId&amp;quot;: 2951, &amp;quot;series&amp;quot;: &amp;quot;奥迪Q3&amp;quot;, &amp;quot;year&amp;quot;: &amp;quot;2019&amp;quot;, &amp;quot;displacement&amp;quot;: &amp;quot;1.4T&amp;quot; }, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot; } </code></pre> <h5>成功返回示例的参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">int</td> <td>设备状态:1未绑定;2已绑定</td> </tr> <tr> <td style="text-align: left;">version</td> <td style="text-align: left;">int</td> <td>设备型号:0未知;1:标准版;2:升级版;3:旗舰版;4:海外版;5:海外Pro;</td> </tr> </tbody> </table> <h5>备注</h5> <p>成功返回 0</p>

页面列表

ITEM_HTML