Guanghu Domestic Migration a27e87cb99 chore: import sanitized domestic snapshot for REPO-007
Source snapshot: 97d7f0fae96dc04b7ddad56fc1db6a108ed662cc

[SEC-CLEAN] · pre-push-clean v1.0 · 109处敏感信息已自动转乱码
2026-07-17 15:59:55 +08:00

61 lines
1.5 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.

# 预置适配器·高频服务对接
ICE编号: AG-USER-05
优先级: P3·规划中
备注: 微信·钉钉·飞书·WPS·阿里生态·邮箱·日历等高频服务预置适配器 | 前置: AG-USER-04
状态: 待接力
负责人: 自由接单
预计周期: 持续迭代
## AG-USER-05 · 预置适配器·高频服务对接
### 定位
为用户最常用的服务提供开箱即用的适配器,用户说「接钉钉」→不需要铸渊现场写→直接用预置模板→秒级完成。
### 优先级排序(按国内用户使用频率)
```
第一批MVP
微信(个人/企业微信)
钉钉
飞书
邮箱QQ邮箱/163/Gmail
第二批:
WPS
阿里云OSS/COS
日历Google Calendar/Apple Calendar
微信支付/支付宝
第三批:
抖音开放平台
小红书
B站
各行业垂直平台
持续迭代:
社区贡献的适配器(类似应用商店)
用户需求驱动·什么火做什么
```
### 每个适配器的标准结构
```
/{service_name}/
├── adapter.js ← 标准接口实现(send/receive/query/subscribe)
├── auth.js ← 鉴权逻辑(OAuth/APIKey/Webhook)
├── config.json ← 默认配置+用户可覆盖项
├── README.md ← 对接说明
└── test/ ← 测试用例
```
### 前置依赖
- AG-USER-04 第三方服务对接框架(适配器要跑在这个框架上)
### 验收标准
- 第一批4个高频服务全部可用
- 用户说一句话→点授权→30秒内接入完成
- 每个适配器有完整测试覆盖