活动绑定渠道
开发中
POST
https://saas-open.vhall.com/v1/marketing/app/channel/bind
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v1/marketing/app/channel/bind' \
--header 'token;' \
--header 'platform: 15' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_ids": "string",
"source_id": 0,
"source_type": 0,
"scene_type": 0
}'
响应示例响应示例
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": {}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
token
string
登录token
platform
integer
可选
默认值:
15
Body 参数application/json
返回响应
修改于 2025-05-28 05:26:27