This commit is contained in:
aaron 2026-04-28 15:06:35 +08:00
parent abe709305a
commit c9e0631140

View File

@ -10,7 +10,7 @@ from app.data.cache import cache
from app.data.market_breadth_client import get_market_breadth
from app.analysis.market_temp import build_realtime_market_temperature, calculate_market_temperature
from app.engine.recommender import get_latest_recommendations
from app.config import is_trading_hours, is_market_session, should_prefer_realtime_today, today_trade_date
from app.config import settings, is_trading_hours, is_market_session, should_prefer_realtime_today, today_trade_date
from app.core.deps import get_current_admin
router = APIRouter(prefix="/api/market", tags=["market"])