feat: 添加关联描述mock

This commit is contained in:
zdl
2025-10-17 19:09:38 +08:00
parent bae4d25e24
commit 70d9dcaff2
3 changed files with 111 additions and 27 deletions

View File

@@ -19,6 +19,9 @@ export const eventHandlers = [
try {
const relatedStocks = getEventRelatedStocks(eventId);
console.log('[Mock] 返回的股票数据:', relatedStocks);
console.log('[Mock] 第一只股票的 relation_desc:', relatedStocks[0]?.relation_desc);
return HttpResponse.json({
success: true,
data: relatedStocks,