fix: 修复点数问题

This commit is contained in:
chenchun
2025-03-21 15:51:44 +08:00
parent ff8038a616
commit 0b111852ec

View File

@@ -35,7 +35,8 @@ export function getStockPriceRecords(stockId, startTime, endTime, periodType = '
StockId: stockId,
StartTime: startTime,
EndTime: endTime,
PeriodType: periodType
PeriodType: periodType,
MaxResultCount : 100
}
});
}