This commit is contained in:
maxinxin 2025-07-09 19:01:06 +08:00
parent 5cb5bcb676
commit 8ba20e4819
6 changed files with 4 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -25,8 +25,7 @@ root_path = Path(__file__).parent.parent
# 直接默认使用C:'金长江网上交易汇智版','xiadan.exe'
path = os.path.join('C:','金长江网上交易汇智版','xiadan.exe')
path = r'C:\金长江网上交易汇智版\xiadan.exe'
global engine
engine = create_engine(
'mysql+pymysql://cn_ainvest_db:cn_ainvest_sd3a1@rm-2zewagytttzk6f24xno.mysql.rds.aliyuncs.com:3306'

View File

@ -24,7 +24,7 @@ scripts_path = os.path.dirname(os.path.realpath(__file__))
from pathlib import Path
root_path = Path(__file__).parent.parent
from config import ssid,password
path = os.path.join('C:','gfzqrzrq','xiadan.exe')
path = r'C:\广发证券网上交易系统\xiadan.exe'
global engine
engine = create_engine(

View File

@ -23,7 +23,7 @@ scripts_path = os.path.dirname(os.path.realpath(__file__))
from pathlib import Path
root_path = Path(__file__).parent.parent
from config import ssid,password
path = os.path.join('C:','华泰证券网上交易委托系统','xiadan.exe')
path = r'C:\华泰证券网上交易委托系统\xiadan.exe'
global engine
engine = create_engine(

View File

@ -23,7 +23,7 @@ scripts_path = os.path.dirname(os.path.realpath(__file__))
from pathlib import Path
root_path = Path(__file__).parent.parent
path = os.path.join('C:','中信建投网上交易极速版(同花顺)','xiadan.exe')
path = r'C:\中信建投网上交易极速版(同花顺)\xiadan.exe'
global engine
engine = create_engine(
'mysql+pymysql://cn_ainvest_db:cn_ainvest_sd3a1@rm-2zewagytttzk6f24xno.mysql.rds.aliyuncs.com:3306'