Files
soul-yongping/.cursor/agent/团队/evolution/2026-03-08.md
Alex-larget c3de123ef8 1
2026-03-09 11:53:49 +08:00

21 lines
812 B
Markdown
Raw 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.

# 团队共享 经验记录 - 2026-03-08
## 文章阅读付费规则澄清与后端修复
### 业务规则(全团队共识)
1. **非会员专属文章**:免费,无需登录/付费;以管理端「系统设置 → 免费章节」配置为准
2. **VIP 会员**:开通 VIP 后,所有文章免费阅读;`check-purchased``is_vip=1``vip_expire_date>NOW` 返回 `isPurchased: true`
### 技术实现
- **免费章节**soul-api `book.go``system_config.free_chapters``chapter_config.freeChapters` 读取,优先于 chapters 表
- **VIP 全章免费**`user.go``UserCheckPurchased` 已实现,无需改动
### 影响角色
- 后端book.go 变更,部署后需重启
- 管理端:确保免费章节配置正确
- 产品:作为验收规则
- 小程序:无变更