文档
测试

顾客列表

POST
/customer/list

请求参数

参数名
类型
描述
必填
limit
int
必填
page
int
必填
filter
object
数据字典
必填
province
string
省份
必填
city
string
城市
必填
area
string
地区
必填
address
string
地址
必填
mobile_phone
string
手机号码
必填
name
string
名字
必填
customer_id
string
顾客ID
必填

响应参数

参数名
类型
描述
必填
code
number
示例:200
必填
redirect_url
string
示例:
必填
redirect_params
string
示例:
必填
message
object
数据字典
必填
信息
string
示例:查阅成功
必填
content
array
数据列表
必填
customer_id
string
示例:01c464b26b
必填
customer_name
string
顾客名字
必填
customer_mobile_phone
string
顾客手机号码
必填
customer_location
string
顾客地址
必填