根据图片查询档案信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据图片查询档案信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.12.172:30096/personnelfiles/version-book/black/retail/select/profile/search/1</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;">orgId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td>机构id</td>
</tr>
<tr>
<td style="text-align: left;">imageUrl</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>图片url</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"respMessage": "success",
"total": null,
"data": [
{
"name": "李莎1",
"profileId": "c02ebd27-c578-4d45-ad36-76758c82b366",
"type": "VIP",
"createTime": 1.5779304785872588E9,
"updateTime": 1.5835643082731903E9,
"faceCount": 349,
"profileType": 1,
"faces": [
{
"id": "18176_1583564305523904",
"profileId": null,
"imageUrl": "18176_1583564305523904.jpg",
"gender": "female",
"age": 31,
"captureTime": "1583564360.872",
"createTime": "1583564307.577101"
},
{
"id": "18176_1583562989657770",
"profileId": null,
"imageUrl": "18176_1583562989657770.jpg",
"gender": "female",
"age": 32,
"captureTime": "1583563044.404",
"createTime": "1583562991.1098928"
},
{
"id": "18176_1583559685454377",
"profileId": null,
"imageUrl": "18176_1583559685454377.jpg",
"gender": "female",
"age": 36,
"captureTime": "1583559687.907",
"createTime": "1583559687.8401864"
}
],
"images": null,
"gender": "female",
"genderAverage": "female",
"age": 29,
"ageAverage": 29,
"birthday": null,
"bloodType": null,
"education": null,
"identityCode": null,
"nationality": null,
"shengxiao": null,
"starSign": null,
"groupId": null,
"vip": null,
"height": null,
"heightUnit": null,
"weight": null,
"weightUnit": null,
"phone": null,
"ethnicity": null,
"married": null,
"hasCar": null,
"global": null,
"personType": null,
"label": [],
"userCaptureDays": 16,
"gpCapturedays": 16,
"confidence": 95.45,
"dailyFaceCount": 21,
"imageUrl": "http://192.168.12.96:30080/vesionbook/v1.0/image?image_id=18176_1583564305523904.jpg"
}
],
"respCode": 10000000,
"status": null,
"successful": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>