1. 创建交易: POST /api/v1/portfolio/{id}/transactions -> POST /api/v1/portfolio/transactions
- portfolioId 改为在 body 中传递
2. 新增计算净值端点: POST /api/v1/portfolio/{id}/nav-history/calculate
前端 API 格式已完全对齐
|
||
|---|---|---|
| .. | ||
| AuthController.cs | ||
| PortfolioController.cs | ||
| StrategyController.cs | ||
| TickerController.cs | ||
| UserController.cs | ||