chore(ECR-001,ECR-003): 关闭结构对齐并清理 outlook JSON 旧键

正式关闭 ECR-001/002;删除 fortune 双写与 lucky 字段,H5 改读 outlook/boost。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-05 20:39:34 +08:00
co-authored by Cursor
parent 69fa1b85d6
commit 67701d1f7b
22 changed files with 286 additions and 133 deletions
+24
View File
@@ -0,0 +1,24 @@
# Test Report — ECR-003
## ECR
ECR-003 Outlook JSON hygiene
## Cases
- [x] Summary 仅 `outlook`,无 `fortune`
- [x] Detail 仅 `outlook_detail`,无 `fortune_detail`
- [x] Period 字段 `boost`,无 `lucky`
- [x] label 文案:高能/顺畅/偏顺/平稳/宜缓行
- [x] H5 读 `outlook`UI「今日提示」展示 `boost`
- [x] `go test ./internal/star/...` PASS
- [x] `go test ./internal/integration/` PASS
- [x] `npm run test:h5` 35/35 PASS
## Command
```bash
cd apps/api && go test ./internal/star/... ./internal/integration/ -count=1
npm run test:h5
```
## Gate
- [x] Engineer coding PASS
- [ ] Reviewer 签核 / Human commit