根据图片搜索档案
<p><strong>简要描述:</strong> </p>
<p>根据图片搜索档案
<strong>请求URL:</strong> </p>
<ul>
<li><code>http://{ip:port}/personnelfiles/version-book/person_search/personnel/search/documnet/1.0</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">file</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">multipartfile</td>
<td>图片</td>
</tr>
<tr>
<td style="text-align: left;">src</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>图片地址</td>
</tr>
</tbody>
</table>
<p>{
"respCode": 10000000,
"respMessage": "成功",
"data": [
{
"name": //人员名称
"owner": null,
"score": 1.000000238418579, //相似度
"update_time": 1.5659469453180687E9,
"profile_type": 1,
"create_time": 1.5659469444660034E9,
"gender": "female",
"profile_id": "userprofile_f3d8322f-bac9-48bf-ade4-c052b7f22d3f", //档案编号
"personTypeName":hsjkhf, //人员类型名称
"faces": [
"<a href="http://192.168.12.96:30080/vesionbook/v1.0/image?image_id=vip_1565946944010573.jpg">http://192.168.12.96:30080/vesionbook/v1.0/image?image_id=vip_1565946944010573.jpg</a>"
],
"age": 32,
"labels": null
}
],
"respMark": null
}</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>