获取客群详情
GET
https://micro-gfyx-api.b2btst.com/backend/business-opportunity/customer-group/detail
最后修改时间:2024-02-23 02:56:36
责任人:炳为
请求参数
Query 参数
id
integer
客群id
示例值:
8
Header 参数
auth-token
string
必需
示例值:
3a0f784e-39eb-dejb-qeib-gdcneqpmhfnn
返回响应
🟢200成功
application/json
Body
data
object | null
必需
id
integer
客群id
title
string
客群标题
is_public
integer
是否公有
land_usage
string
土地用途
land_usage_op
integer
土地用途操作符
land_title
string
土地名称
land_title_op
integer
土地名称操作符
land_high_end_project
integer
土地项目高端项目
land_high_end_project_op
integer
土地项目高端项目操作符
building_type
string
项目类型
building_type_op
integer
项目类型用途
building_title
string
在建名称
building_title_op
integer
在建名称操作符
building_high_end_projecct
string
在建是否高端项目
building_high_end_projecct_op
string
在建是否高端项目操作符
bid_title
string
招标关键词名称
bid_title_op
integer
招标关键词名称操作符
winbid_title
string
中标关键词
winbid_title_op
integer
中标关键词操作符
file_id
string
文件id
file_url
string
文件路径
tenant_codes
array[string]
租户codes
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": null,
"error_code": -1,
"message": "record not found",
"success": false
}
修改于 2024-02-23 02:56:36