取消levels接口,限制classifications接口仅为申万行业接口

This commit is contained in:
2025-10-24 11:33:27 +08:00
parent 8dcf643db7
commit 246adf4538

2
app.py
View File

@@ -6645,8 +6645,6 @@ def api_get_events():
applied_filters['start_date'] = start_date
if end_date:
applied_filters['end_date'] = end_date
if industry_classification:
applied_filters['industry_classification'] = industry_classification
if industry_code:
applied_filters['industry_code'] = industry_code
if tag: