geo/backend/app
chiguyong 3711f1641a feat: payment SDK integration, attribution window config, E2E tests, CI integration, rules center tests
- WeChat Pay V3: real API calls with HMAC-SHA256 signing, AES-GCM callback decryption
- Alipay: real API calls with RSA2 signing, WAP payment support
- Both gateways fallback to MockGateway when unconfigured
- Attribution window configurable via ATTRIBUTION_WINDOW_DAYS env var (default 28)
- 30 platform-specific rule test cases (WeChat/Zhihu/Xiaohongshu/Baijiahao/Toutiao/Douyin)
- Fixed clickbait detection bug (character-level to word-level matching)
- E2E tests for diagnosis-strategy and content-monitoring flows
- CI: e2e-test job, bandit security scan, npm audit, performance baseline
2026-06-02 21:50:26 +08:00
..
agent_framework feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
api feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
middleware feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
models fix: add DateTime(timezone=True) to analytics.py (4 columns), update migration and port config 2026-06-01 21:26:39 +08:00
repositories feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
schemas feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
services feat: payment SDK integration, attribution window config, E2E tests, CI integration, rules center tests 2026-06-02 21:50:26 +08:00
templates feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
utils feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
workers feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
__init__.py feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
config.py feat: payment SDK integration, attribution window config, E2E tests, CI integration, rules center tests 2026-06-02 21:50:26 +08:00
database.py fix: 修复数据库schema兼容性和E2E测试 2026-05-27 20:57:49 +08:00
logging_config.py fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
main.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00