ai-marketing-docs/delivery-connector-douyin.md

53 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# delivery-connector-douyin抖音连接器功能点划分开发指导
> 目标:负责抖音渠道的接入、授权、消息/评论回调、发布与数据回流,不做业务编排与 AI 生成。
---
## 1. 账号授权与管理
- 账号 OAuth 授权流程
- Token 刷新与失效处理
- 账号状态与可用性监控
---
## 2. 回调接入与事件标准化
- 评论/私信/互动回调接收
- 回调鉴权与签名校验
- 事件标准化输出(统一消息结构)
- 回调失败重试
---
## 3. 内容发布能力
- 发布接口封装(视频/图文/评论回复)
- 发布结果回写
- 发布失败原因记录
---
## 4. 数据回流采集
- 播放/点赞/评论/转发等指标拉取
- 数据拉取频率控制
- 回流数据标准化并推送编排层
---
## 5. 事件推送机制
- 事件入消息队列
-`orchestration-service` 推送标准事件
- 支持事件重放与补偿
---
## 6. 对外依赖调用清单
- 抖音开放平台 API
- 消息队列(事件投递)
---
## 7. 不包含的职责(边界说明)
- 不做业务编排
- 不做 AI 决策与生成
- 不负责内容存储(交给 `content-center`