客户监控
POST
https://micro-gfyx-api.b2btst.com/v1/clue/customer/get-customer-monitor-list
最后修改时间:2024-06-04 07:27:59
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
tenant_code
string
必需
tenant_user_id
string
必需
page
integer
必需
page_size
integer
必需
customer_name
string
客户名称
feed_type_code
array[string]
动态类型
area_code
array[string]
地区code
start_date
string
动态开始时间
end_date
string
动态结束时间
customer_group
array[string]
客户分组
示例
{
"tenant_code": "string",
"tenant_user_id": "string",
"page": 0,
"page_size": 0,
"customer_name": "string",
"feed_type_code": [
"string"
],
"area_code": [
"string"
],
"start_date": "string",
"end_date": "string",
"customer_group": [
"string"
]
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
必需
list
array [object {14}]
必需
示例
{
"success": true,
"error_code": 0,
"message": "string",
"data": {
"total": 0,
"list": [
{
"id": "string",
"jump_id": "string",
"province": "string",
"province_code": "string",
"city": "string",
"city_code": "string",
"credit_code": "string",
"customer_name": "string",
"feed_type": "string",
"feed_type_code": "string",
"feed_date": "string",
"title": "string",
"tenant_code": "string",
"tenant_user_uid": "string"
}
]
}
}
修改于 2024-06-04 07:27:59