跟进记录
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/CrmClue/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;">clue_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": "5",
"clue_id": "17",
"follow_up": "1",
"follow_type": "1",
"follow_time": "2022-03-04 17:30",//跟进时间
"next_follow_time": "2022-03-12 14:45",//下次跟进时间
"follow_content": "后台写跟进",//跟进内容
"follow_position": "",//跟进定位
"follow_pic": "20220304_89411.jpg",
"source": "3",
"created_at": "2022-03-11 14:45:48",//创建时间
"updated_at": "2022-03-11 14:45:48",
"realname": "Admin",//跟进人
"follow_type_name": "见面沟通",//跟进方式
"source_name": "后台",//添加来源
"pic_url": [//图片信息
{
"url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/crm_file/localhost/clue_picture/20220304/20220304_89411.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1646992244&Signature=TMErUJfObhz%2BjoJsLkFe%2FwnLDq8%3D",
"image_name": "20220304_89411.jpg"
}
]
},
{
"id": "6",
"clue_id": "17",
"follow_up": "1069",
"follow_type": "1",
"follow_time": "2022-03-04 17:30",
"next_follow_time": "2022-03-12 14:45",
"follow_content": "App写跟进",
"follow_position": "旮沓省旮沓市旮沓区",
"follow_pic": "20220304_89411.jpg",
"source": "2",
"created_at": "2022-03-11 15:34:24",
"updated_at": "2022-03-11 15:34:24",
"realname": "王明",
"follow_type_name": "见面沟通",
"source_name": "优车管家-IOS",
"pic_url": [
{
"url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/crm_file/localhost/clue_picture/20220304/20220304_89411.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1646992244&Signature=TMErUJfObhz%2BjoJsLkFe%2FwnLDq8%3D",
"image_name": "20220304_89411.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>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>