From de676e1f3b8244a429e1b8858e130db92e26639e Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Wed, 17 Dec 2025 12:57:42 +0800 Subject: [PATCH] update pay ui --- mcp_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server.py b/mcp_server.py index 26b0f61d..7702a689 100644 --- a/mcp_server.py +++ b/mcp_server.py @@ -48,7 +48,7 @@ class ServiceEndpoints: """API服务端点配置""" NEWS_API = "http://222.128.1.157:21891" # 新闻API ROADSHOW_API = "http://222.128.1.157:19800" # 路演API - CONCEPT_API = "http://222.128.1.157:6801" # 概念API V2(concept_api_v2.py,端口6801) + CONCEPT_API = "http://222.128.1.157:16801" # 概念API V2(concept_api_v2.py,端口6801) STOCK_ANALYSIS_API = "http://222.128.1.157:8811" # 涨停分析+研报API MAIN_APP_API = "http://127.0.0.1:5001" # 主应用API(自选股、自选事件等)