feat: add watchlist api

This commit is contained in:
2026-06-23 09:47:40 +08:00
parent 479e3f16d4
commit 154af21bfb
4 changed files with 247 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ GET /health
GET /ready
GET /api/v1/areas/scores?month=2026-05
GET /api/v1/market/overview?month=2026-05
GET /api/v1/watchlist
POST /api/v1/watchlist
PATCH /api/v1/watchlist/{watchlist_item_id}
DELETE /api/v1/watchlist/{watchlist_item_id}
```
## 研究目标