获取客群列表
GET
https://micro-gfyx-api.b2btst.com/backend/business-opportunity/customer-group/list
最后修改时间:2024-02-23 02:56:40
责任人:炳为
请求参数
Query 参数
page
string
必需
示例值:
1
page_size
string
必需
示例值:
10
Header 参数
auth-token
string
可选
Body 参数application/json
page
integer
必需
page_size
integer
必需
示例
{
"page": 1,
"page_size": 10
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
data
object
必需
total
integer
必需
list
array [object {11}]
必需
error_code
integer
必需
message
string
必需
示例
{
"data": {
"total": 1,
"list": [
{
"id": 2,
"title": "人才房1",
"file_id": "0160db57-99b4-4155-9e7a-c6db4aca96cf",
"file_url": "https://gfyx-saas-test.oss-cn-shenzhen.aliyuncs.com/oppty%2F202306%2F8892950934a4244f4a1435779db3baa6953.jpg?Expires=1702797522&OSSAccessKeyId=LTAI5tAkWjrrenAugNcuuWTA&Signature=AZmgXqIPlVacXAaB7HXCGwdYDo8%3D",
"created_by": "",
"created_on": "2023-12-14 19:49:58",
"total": 0,
"status": 0,
"tenant_codes": "wanke,poly,ycg,ompycg"
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 02:56:40