AssetManager.API/AssetManager.Services
OpenClaw Agent d4c58c8a08 fix: 添加 /api/v1/portfolio/assets 端点
- IPortfolioFacade 添加 GetTotalAssetsAsync 方法
- PortfolioFacade 实现 GetTotalAssetsAsync
- PortfolioController 添加 [HttpGet("assets")] 端点(放在 {id} 路由之前)
2026-03-15 13:58:22 +00:00
..
Services fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
AssetManager.Services.csproj fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
IPortfolioFacade.cs fix: 添加 /api/v1/portfolio/assets 端点 2026-03-15 13:58:22 +00:00
IPortfolioNavService.cs feat: 新增组合净值历史功能 2026-03-13 16:08:59 +00:00
IPortfolioService.cs refactor: 架构优化 P0-P3 2026-03-15 12:54:05 +00:00
IStrategyService.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
ITickerService.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00
PortfolioFacade.cs fix: 添加 /api/v1/portfolio/assets 端点 2026-03-15 13:58:22 +00:00
PortfolioNavService.cs fix: 修复 PortfolioService 和 PortfolioNavService 变量命名 2026-03-15 13:31:49 +00:00
PortfolioService.cs fix: 修复 CurrentPrice 赋值错误 2026-03-15 13:49:54 +00:00
StrategyService.cs refactor: 架构优化 P0-P3 2026-03-15 12:54:05 +00:00
TickerService.cs fix: 请求收益曲线时自动回填历史数据 2026-03-13 16:21:31 +00:00