From f7626b11131ca0c1e4645d0919bfb9b2ab0359cf Mon Sep 17 00:00:00 2001 From: claw_bot Date: Thu, 12 Mar 2026 04:38:39 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=85=BE=E8=AE=AF=E8=B4=A2?= =?UTF-8?q?=E7=BB=8F=E6=8E=A5=E5=8F=A3=E4=BB=B7=E6=A0=BC=E6=97=A5=E5=BF=97?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E6=8E=92=E6=9F=A5=E5=BD=93=E6=97=A5?= =?UTF-8?q?=E7=9B=88=E4=BA=8F=E4=B8=BA0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssetManager.Infrastructure/Services/MarketDataService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AssetManager.Infrastructure/Services/MarketDataService.cs b/AssetManager.Infrastructure/Services/MarketDataService.cs index ef84132..3e3d87f 100644 --- a/AssetManager.Infrastructure/Services/MarketDataService.cs +++ b/AssetManager.Infrastructure/Services/MarketDataService.cs @@ -75,6 +75,9 @@ public class MarketDataService : IMarketDataService { prevClose = currentPrice; // 解析失败用当前价当昨收 } + + _logger.LogDebug("腾讯财经接口返回 {Symbol}:最新价 {CurrentPrice},昨收价 {PrevClose},涨跌额 {Change}", + symbol, currentPrice, prevClose, currentPrice - prevClose); return new MarketPriceResponse {