查询渠道信息列表
开发中
POST
https://saas-open.vhall.com/v1/marketing/app/channel/get-list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v1/marketing/app/channel/get-list' \
--header 'token;' \
--header 'platform: 15' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"source_id": 0,
"source_type": 0,
"scene_type": 0,
"channel_type": 0,
"pos": 0,
"limit": 0
}'
响应示例响应示例
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"channel_name": "string",
"channel_code": "string",
"channel_type": 0,
"is_default": 0,
"last_operator_id": 0,
"last_operator_nickname": "string",
"updated_at": "string"
}
]
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
token
string
登录token
platform
integer
可选
默认值:
15
Body 参数application/json
返回响应
修改于 2025-05-28 05:26:27