feat: A股代码规则校验,优化报错提示

This commit is contained in:
Cassianvale
2025-03-05 10:51:59 +08:00
parent 9ce7847484
commit 6326157164
3 changed files with 195 additions and 47 deletions

View File

@@ -88,7 +88,7 @@ def analyze():
logger.debug(f"开始处理批量股票的流式响应")
chunk_count = 0
for chunk in custom_analyzer.scan_market(
for chunk in custom_analyzer.scan_stocks(
[code.strip() for code in stock_codes],
min_score=0,
market_type=market_type,