档案详情
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>档案信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://{ip:port}/userprofile/arctern/profile/show/v1.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;">profileId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>档案编号</td>
</tr>
<tr>
<td style="text-align: left;">groupId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>机构id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"respCode": 10000000,
"respMessage": "查找成功",
"data": {
"profileId": "userprofile_54b6b14d-6193-4542-a59d-88c923ed3450",
"avatar": "http://192.168.12.96:32006/vesionbook/v1.0/image?image_id=vip_1557386707824129.jpg",
"images": [
"http://192.168.12.96:32006/vesionbook/v1.0/image?image_id=vip_1557386707824129.jpg"
], // 抓拍图片
"name": "张三丰",
"gender": "male", // male/female
"age": 24, // 年龄
"nationality": "中国", // 地区
"shengxiao": null, // 生肖
"vip": "", // 会员编号
"createTime": 1557479968.8830585,
"married": null, // 婚育状态
"phone": "243434", // 电话号码
"identityCode": null, // 身份证
"ethnicity": "汉族",
"birthday": "1992-10-10",
"bloodType": "o",
"starSign": "",
"education": "",
"height": 192,
"heightUnit": "cm",
"weight": 78,
"weightUnit": "kg",
"hasCar": null,
"latestDate": "2019-05-18" // 最近到点日期
"emotionIndex": "0.7", // 心情指数
"groupId":684, // 所属客户id,例如印力集团id
"type": "vip", // 人员类型
"userCaptureDays":12, //抓拍天数(进店天数)
"userGroupStayTimeAverage":10, //天平均停留时长(秒)
"userGroupStayTimeTotal":100 //总停留时长(秒)
},
"respMark": null
}</code></pre>
<p><strong>返回参数说明</strong>
见示例的注释部分</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>