From 0b111852ece1181dface6de585337c5a98604785 Mon Sep 17 00:00:00 2001 From: chenchun Date: Fri, 21 Mar 2025 15:51:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=82=B9=E6=95=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/apis/stockApi.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yi.Bbs.Vue3/src/apis/stockApi.js b/Yi.Bbs.Vue3/src/apis/stockApi.js index c57d3863..f7a2109e 100644 --- a/Yi.Bbs.Vue3/src/apis/stockApi.js +++ b/Yi.Bbs.Vue3/src/apis/stockApi.js @@ -35,7 +35,8 @@ export function getStockPriceRecords(stockId, startTime, endTime, periodType = ' StockId: stockId, StartTime: startTime, EndTime: endTime, - PeriodType: periodType + PeriodType: periodType, + MaxResultCount : 100 } }); }