fix: 修复点数问题
This commit is contained in:
@@ -35,7 +35,8 @@ export function getStockPriceRecords(stockId, startTime, endTime, periodType = '
|
|||||||
StockId: stockId,
|
StockId: stockId,
|
||||||
StartTime: startTime,
|
StartTime: startTime,
|
||||||
EndTime: endTime,
|
EndTime: endTime,
|
||||||
PeriodType: periodType
|
PeriodType: periodType,
|
||||||
|
MaxResultCount : 100
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user