geo/docs/02-模块说明
chiguyong b41da42d74 feat(geo): U1-U9 monetization closed loop implementation
U1: GEO diagnosis auto data collection (DataCollectorService + 11 tests)
U2: Free GEO health score public page (HealthScoreAPI + 7 tests)
U3: Onboarding redesign with conversion layer (Step0 + UpgradePrompt + 14 tests)
U4: Real payment integration (WeChat/Alipay gateway + PaymentOrder + 12 tests)
U5: AI content generation & distribution (Publishers + PublishEngine + 11 tests)
U6: Attribution system & ROI reports (AttributionEngine + ROICalculator + 12 tests)
U7: Email integration & Dashboard monetization UI (EmailScheduler + templates + 22 tests)
U8: Integration tests & shared fixtures (monetization flow + fixture consolidation + 12 tests)
U9: E2E smoke tests (HealthScorePage + acquisition/core flow + 4 E2E cases)

Total: 101 new backend tests passing, 4 E2E test cases
All third-party integrations use mock mode by default with config center management
2026-06-01 07:39:05 +08:00
..
README.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
agent-framework.md feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
agent-protocol.md feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
content-pipeline.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
diagnosis.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
entity-types.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
geo-workflow-analysis.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
knowledge-base.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
knowledge-graph.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
metrics-definition.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
monitoring.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
pipeline-orchestration.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
platform-rules.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
sensitive-words.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
topic-templates.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00
vector-index.md feat: P0-P2功能实现 + GEO workflow分析与规划 2026-05-25 09:45:18 +08:00

README.md

模块说明

本目录包含GEO平台各核心模块的详细说明。

目录内容

诊断模块API端点概览

端点 描述 状态
GET /api/v1/diagnosis/seo/{brand_id} 获取品牌的SEO诊断结果 已完成
GET /api/v1/diagnosis/geo/{brand_id} 获取品牌的GEO诊断结果 已完成
GET /api/v1/diagnosis/combined/{brand_id} 获取品牌的SEO+GEO综合诊断结果 已完成

详细说明请查看 诊断模块文档