查询升降机驾驶员的人脸识别图片信息
<h3>查询升降机驾驶员的人脸识别图片信息</h3>
<p>维护人:chen</p>
<h4>URL</h4>
<ul>
<li><code>GET</code> /ip:port/api/hoistDriverFace/</li>
</ul>
<p>描述:查询升降机驾驶员的人脸识别图片信息</p>
<p>ContentType:<code>application/x-www-form-urlencoded;charset=UTF-8</code></p>
<h4>请求头</h4>
<table>
<thead>
<tr>
<th>名称</th>
<th>必填</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>authorization</td>
<td>否</td>
<td>登录token值</td>
<td>Bearer Bearer eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIyNzExYjRiMWIwODY0YmI2YTU2Y2Y0ZGJlNDE5ZjA5NSIsImF1dGgiOiJhZG1pbiIsInN1YiI6ImFkbWluIn0.6j6Q2KFpSfzwKG5nkWQ7gXdNnDbTKqVH-gNU8StmLlGCIpvuKN_2ycPrFcJaY5RPvYzQDjPoBk9J8VtSm0yLYA</td>
</tr>
</tbody>
</table>
<h4>请求参数</h4>
<h5>Query Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>driverId</td>
<td>int64</td>
<td>否</td>
<td>-</td>
<td>No comments found.</td>
<td>307</td>
</tr>
</tbody>
</table>
<h4>响应参数</h4>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>int32</td>
<td>否</td>
<td>-</td>
<td>No comments found.</td>
<td>461</td>
</tr>
<tr>
<td>driverId</td>
<td>int64</td>
<td>否</td>
<td>-</td>
<td>No comments found.</td>
<td>504</td>
</tr>
<tr>
<td>imageName</td>
<td>string</td>
<td>否</td>
<td>-</td>
<td>No comments found.</td>
<td>johnetta.hirthe</td>
</tr>
<tr>
<td>base64</td>
<td>string</td>
<td>否</td>
<td>-</td>
<td>文件base64值</td>
<td>vga55y</td>
</tr>
<tr>
<td>uniqueCode</td>
<td>string</td>
<td>否</td>
<td>-</td>
<td>图片唯一编号</td>
<td>93658</td>
</tr>
<tr>
<td>faceTableName</td>
<td>string</td>
<td>否</td>
<td>-</td>
<td>阿里云人脸库的名称</td>
<td>johnetta.hirthe</td>
</tr>
</tbody>
</table>
<h4>响应示例</h4>
<pre><code>{
&quot;id&quot;: 461,
&quot;driverId&quot;: 504,
&quot;imageName&quot;: &quot;johnetta.hirthe&quot;,
&quot;base64&quot;: &quot;vga55y&quot;,
&quot;uniqueCode&quot;: &quot;93658&quot;,
&quot;faceTableName&quot;: &quot;johnetta.hirthe&quot;
}</code></pre>
<h4>错误码</h4>
<p>无</p>