更多信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>list</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>crm/customer-extend/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": 2
},
"list": [
{
"id": "5",
"customer_id": "60120",
"type": "2",类型 1文本,2日期
"item": "2019-12-25",
"content": "内容",
"created_at": "1577256057",
"updated_at": "1577256057"
},
{
"id": "4",
"customer_id": "60120",
"type": "1",
"item": "标题",
"content": "内容",
"created_at": "1577256057",
"updated_at": "1577256057"
}
]
}
}</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>