线索详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>线索详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/CrmClue/clue_info</code>
<h5>请求方式</h5></li>
<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>{
"status": 200,
"msg": "查询成功!",
"data": {
"id": "3",
"mobile": "13699868102",//手机号
"member_id": "0",
"real_name": "王五",//客户姓名
"intention": "1",//客户意向id
"label_data": "11,12",//标签数据id
"corporate_name": "诺诺亚佐罗",//公司名称
"landline": "123456",//固定电话
"we_chat": "蒙奇D路飞",//微信名称
"city_id": "3361",//城市id
"clue_source": "0",//线索来源id
"picture": "",//图片名称
"remark": "321321发顺丰",//备注
"consulting_date": "2022-03-02 16:08",//咨询时间
"create_user": "1069",
"follow_up": "1069",
"status": "2",//状态id status == 2 才能流入公海
"source": "2",//来源id
"created_at": "2022-03-02 16:14:12",
"updated_at": "2022-03-02 17:28:36",
"intention_name": "不确定",//客户意向名称
"clue_source_name": "",//线索来源名称
"province_city": "直辖市-北京市",//省市信息
"label_name": [//标签数据
"一般",
"重要"
],
"pic_url": [
{
"url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/crm_clue_file/localhost/clue_picture/20220303/20220303_43031.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1646291872&Signature=iQG1G4drvbVUewV6Fi%2FYabPOsX0%3D",//图片oss地址
"image_name": "20220303_43031.jpg"//图片名称
},
{
"url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/crm_clue_file/localhost/clue_picture/20220303/20220303_48681.jpg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1646291872&Signature=QWuzIyN4b0FR01YCsJQ4GdKcX5I%3D",
"image_name": "20220303_48681.jpg"
}
],
"create_user_name": "王明",//创建人
"give_up_user": "王明",//放弃人
"give_up_time": "2022-03-03 15:56:50",//放弃时间
"give_up_reason": "我就是想流入"//放弃理由
}
}</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>