AssetManager.API/AssetManager.API/Controllers
OpenClaw Agent f7d346c0ae fix: API路由重构以匹配前端期望
1. 创建交易: POST /api/v1/portfolio/{id}/transactions -> POST /api/v1/portfolio/transactions
   - portfolioId 改为在 body 中传递

2. 新增计算净值端点: POST /api/v1/portfolio/{id}/nav-history/calculate

前端 API 格式已完全对齐
2026-03-15 14:35:26 +00:00
..
AuthController.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
PortfolioController.cs fix: API路由重构以匹配前端期望 2026-03-15 14:35:26 +00:00
StrategyController.cs fix 字段名称错误 2026-03-15 21:44:48 +08:00
TickerController.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
UserController.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00