tushare
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
# 获取TDX API URL
|
||||
TDX_API_URL = os.getenv('TDX_BASE_URL', 'http://127.0.0.1:5000')
|
||||
TDX_API_URL = os.getenv('TDX_BASE_URL', 'https://tdx.javagood.top')
|
||||
|
||||
print("=" * 60)
|
||||
print("TDX API配置测试")
|
||||
|
||||
Reference in New Issue
Block a user