获取客户详情
GET
http://test.52miaosuan.com:8090/miaosuan/customer/detail?customer_id=1
接口描述
获取客户详情
请求头
参数名
类型
描述
必填
user_id
int
用户编号
必填
请求参数
参数名
类型
描述
必填
customer_id
int
客户ID
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:成功
必填
id
int
客户ID,示例:1
必填
status
string
客户状态描述,示例:定金
必填
description
string
客户备注,示例:4室2厅,大概380平米
必填
customer_name
string
客户名称,示例:张先生111
必填
customer_address
string
客户地址,示例:上海绿城10号1002
必填
customer_phone
string
客户手机号,示例:15612341234
必填
status_id
int
客户状态枚举,1 - 意向,2 - 定金,3 - 量房,4 - 设计,5 - 预算,6 - 合同,7 - 施工,8 - 交付,9 - 丢单
必填
customer_source
string
客户来源名称,示例:线上流量
必填
customer_source_id
int
客户来源ID,示例:1
必填
customer_budget
int
客户预算,示例:60,单位万
必填
follower_name
string
跟进人名称,示例:金苹果
必填
follower_id
int
跟进人ID,示例:38
必填
update_time
string
更新时间,示例:03-09 14:56:50
必填
customer_type
int
客户类型,1 - 意愿较强,2 - 意愿一般,3 - 暂无意愿
必填
finance_status
int
客户财务状态,0 - 未录入合同,1 - 已录入合同
必填
finance_project_id
int
客户对应的财务ID
必填