[ {"name": "当前账号", "method": "GET", "endpoint": "/api/auth/me", "exclude_paths": ["$.csrf_token"]}, {"name": "账号状态", "method": "GET", "endpoint": "/api/account/status"}, {"name": "全市场总览", "method": "GET", "endpoint": "/api/dashboard?trade_date=2026-07-30"}, {"name": "情绪周期历史", "method": "GET", "endpoint": "/api/sentiment/history?trade_date=2026-07-30&limit=9"}, {"name": "板块轮动历史", "method": "GET", "endpoint": "/api/rotation/history?trade_date=2026-07-30&limit=9"}, {"name": "集合竞价", "method": "GET", "endpoint": "/api/auction?trade_date=2026-07-30", "exclude_paths": ["$.meta.updated_at"]}, {"name": "题材库", "method": "GET", "endpoint": "/api/themes?trade_date=2026-07-30"}, {"name": "人气热榜", "method": "GET", "endpoint": "/api/popularity?trade_date=2026-07-30"}, {"name": "龙虎榜", "method": "GET", "endpoint": "/api/dragon-tiger?trade_date=2026-07-30"}, {"name": "游资档案", "method": "GET", "endpoint": "/api/dragon-tiger/profiles"}, { "name": "智能选股工作区", "method": "GET", "endpoint": "/api/screener/setup?trade_date=2026-07-30", "sort_lists": {"$.strategies": "id"}, "exclude_paths": ["$.strategies[].updated_at"] }, {"name": "策略持续跟踪", "method": "GET", "endpoint": "/api/screener/tracking?limit=12"}, {"name": "问师模型库", "method": "GET", "endpoint": "/api/mentors/setup?trade_date=2026-07-30"}, {"name": "问师历史", "method": "GET", "endpoint": "/api/mentors/messages?mentor_id=kobe92-perspective&trade_date=20260730"}, {"name": "问天初始化", "method": "GET", "endpoint": "/api/heaven/setup?trade_date=2026-07-30"}, {"name": "问天历史", "method": "GET", "endpoint": "/api/heaven/readings?mode=trend&limit=20"}, {"name": "自选追踪", "method": "GET", "endpoint": "/api/watchlist?trade_date=2026-07-30"}, {"name": "全部复盘笔记", "method": "GET", "endpoint": "/api/notes?scope=all"}, {"name": "交易日志", "method": "GET", "endpoint": "/api/trades?end_date=2026-07-30"}, {"name": "提醒中心", "method": "GET", "endpoint": "/api/alerts?status=all&as_of=2026-07-30"}, {"name": "复盘助手历史", "method": "GET", "endpoint": "/api/assistant/messages"} ]