同行分析
<p>需求原型未给出,暂同商簿</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>同行分析</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://{ip:port}/userprofile/arctern/profile/peerRelation/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>档案id</td>
</tr>
<tr>
<td style="text-align: left;">groupId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">long</td>
<td>所属客户id 例如印力集团、万科集团</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"respCode": 10000000,
"respMessage": "success",
"data": [
{
"peer_count": 1,
"profile_id": "ab165d44-44ab-4179-9678-0697fcf21f0f",
"peer_owner":684,
"peer_image": "http://192.168.11.127:32007/vesionbook/v1.0/image?image_id=158_1561115680612118.jpg"
},
{
"peer_count": 1,
"profile_id": "fc3bb389-095a-4cf0-80b5-775c4602e983",
"peer_owner":684,
"peer_image": "http://192.168.11.127:32007/vesionbook/v1.0/image?image_id=40_1561026118338267.jpg"
}
],
"respMark": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>|参数名|类型|说明|
|peer_count|int|同行次数 |
|profile_id |string |同行人档案id|
|peer_owner |long |同行人所属客户id|
|peer_image |string |同行人照片地址|
<strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>