Authorization: Bearer ********************{
"name": "张大大",
"phone": "13800138000",
"wechatId": "wechat123",
"remarks": "重要渠道"
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/distribution/channel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "张大大",
"phone": "13800138000",
"wechatId": "wechat123",
"remarks": "重要渠道"
}'{
"code": 200,
"success": true,
"msg": "创建成功",
"data": {
"id": 4,
"name": "张大大",
"code": "QD17655275116HGFJ7D71",
"phone": "13800138000",
"wechatId": "wechat123",
"createType": "manual",
"status": "enabled",
"totalCustomers": 0,
"todayCustomers": 0,
"totalFriends": 0,
"todayFriends": 0,
"createTime": "2025-12-12 16:18:32"
}
}