商家跟进记录
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>商家跟进记录</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/CrmClue/organ_follow_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">organ_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>商家id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"info": {
"page": 1,
"total": "2",
"data": [
{
"id": "2",
"organ_id": "4872",
"follow_time": "2022-03-09 19:17:42",//跟进时间
"follow_uid": "1069",//
"follow_content": "",//跟进内容
"position": "",//定位
"pic": "",
"next_follow_time": "2022-03-11 07:07:42",//下次跟进时间
"follow_type": "电话沟通",//跟进方式
"created_at": "2022-03-09 19:21:28",//创建时间
"follow_up_name": "王明",//跟进人姓名
"pic_url": []
},
{
"id": "1",
"organ_id": "4872",
"follow_time": "2022-03-09 18:44:22",
"follow_uid": "1069",
"follow_content": "",
"position": "",
"pic": "1220220215_12.jpg",
"next_follow_time": "2022-03-10 03:21:02",
"follow_type": "见面沟通",
"created_at": "2022-03-09 19:01:24",
"follow_up_name": "王明",
"pic_url": [
{
"pic_url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/crm_file/localhost/organ_follow_pic1220220215/1220220215_12.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1647425474&Signature=xx%2Bnxz8pLiMKqHGgAZupSIvX3Ys%3D",
"pic_name": "1220220215_12.jpg"
}
]
}
]
},
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>