清理 web 层 PM 代码:city_payloads 移除 market_scan/market-scan/holders 路由

city_payloads: 移除 _get_polymarket_layer/_top_probability_bucket/build_city_market_scan_payload。city.py: 移除 /market-scan 和 /holders 路由。scan_terminal_city_row: 旧 PM 路径删除,quick 模式为唯一路径。
This commit is contained in:
2569718930@qq.com
2026-05-25 20:18:11 +08:00
parent 9c9924cc5a
commit 798e2d6cc2
+2 -1
View File
@@ -7,7 +7,8 @@
"Bash(python -c \"from web.services.city_payloads import build_city_detail_payload; print\\('OK'\\)\")",
"Bash(python -m ruff check web/services/city_runtime.py web/services/city_api.py)",
"Bash(python -m ruff check .)",
"Bash(python -m pytest tests/ -q)"
"Bash(python -m pytest tests/ -q)",
"Bash(python -m ruff check . --fix)"
]
}
}