解析行驶证
<p><strong>简要描述:</strong> </p>
<ul>
<li>解析行驶证</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/car/baidubce</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">imgUrl</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>imgUrl</td>
</tr>
</tbody>
</table>
<pre><code>{
code = 200, data = {
"words_result": {
"车辆识别代号": {
"words": "LSVB12AG180498981"
},
"住址": {
"words": "河南省WU1"
},
"发证日期": {
"words": "20180918"
},
"品牌型号": {
"words": "大众汽车牌SGA1"
},
"车辆类型": {
"words": "小型普通客车"
},
"所有人": {
"words": ""
},
"使用性质": {
"words": "非营运"
},
"发动机号码": {
"words": "A10"
},
"号牌号码": {
"words": "豫A1379B"
},
"注册日期": {
"words": "20180918"
}
},
"log_id": 1328668326334824448,
"words_result_num": 10
}, message = success
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>