请求域名:
- http://xx.com
请求URL:
xx.com/business/{公众号id}/plugin/CustomerManage/getCustomerBasicInfo
请求类型
POST
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
menu_type | 是 | int | 1我的客户,2部门客户,3公海客户 |
customer_id | 是 | int | 客户id |
返回示例:
正确时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 客户id |
name | string | 客户名称 |
mobile | string | 客户手机号 |
prov | string | 客户所在省 |
city | string | 客户所在市 |
recover_day | int | 距离回收公海天数,-2已在公海,-1锁定,0开始则为天数 |
manage | string | 所属,三个:负责人员工名称,公海,未知 |
followup | string | 最后跟进人名称 |
can_edit | boolean | true可以修改公海客户资料,false则反之 |
has_one_source.source_name | string | 客户来源名称 |
has_one_industry.industry_name | string | 客户行业名称 |
has_one_progress.progress_name | string | 客户进展名称 |
has_one_creater.id | int | 创建人id |
has_one_creater.uid | int | 创建人会员id |
has_one_dreater.name | string | 创建人员工名称 |
has_one_department.id | int | 客户所属部门id |
has_one_department.name | string | 客户所属部门名称 |
has_many_tag_relation[].hasOneTag.id | int | 客户标签id |
has_many_tag_relation[].hasOneTag.name | string | 客户标签名称 |
has_many_tag_relation[].hasOneTag.group_name | string | 客户标签分组名称 |