From 217477486cc5528d9aca895761a7f429fa428cd6 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 12 七月 2024 15:18:25 +0800 Subject: [PATCH] 调整买入金额 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 6ce85f6..87d40d7 100644 --- a/constant.py +++ b/constant.py @@ -181,7 +181,7 @@ ########鍗庨懌閰嶇疆######## if not is_windows() or True: # 涓嬪崟1鎵� - BUY_MONEY_PER_CODE = 500 if constant.IS_A else 1000 + BUY_MONEY_PER_CODE = 500 if constant.IS_A else 15000 L2_SOURCE_TYPE = L2_SOURCE_TYPE_HUAXIN JUEJIN_LOCAL_API = False TRADE_WAY = TRADE_WAY_HUAXIN -- Gitblit v1.8.0