联系人列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>list</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>crm/customer-contacts/list</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;">customer_id</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> {
"errCode": 1000,
"errMsg": "请求成功",
"data": {
"count": {
"total": 1
},
"list": [
{
"id": "45974",
"customer_id": "62641",
"name": "里就会",联系人
"title": "结局啦",头衔
"sex": "1",性别
"call_name": "",
"mobile": "15246588596",联系人手机
"tel": "5555",电话
"email": "1107727036@qq.com",邮箱
"weixin": "285858",微信号
"hobby": "55656",爱好
"address": "2885",地址
"roles": "3",角色id
"is_boss": "1",s是否企业负责人
"is_legal": "0",
"is_finance": "0",
"is_bind_wx": "0",
"is_helper": "0",
"is_default": "1",主联系人
"remark": "会仔仔细细",备注
"created_at": "1592293703",
"updated_at": "1592293703",
"_roles": [角色明细
{
"id": "3",
"name": "SA"
}
]
}
]
}
}
</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>