From a8590bb9792fa2bfcc8d45bd5b312b0092ea1978 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 09 十一月 2023 18:25:33 +0800
Subject: [PATCH] 股价小于3块的票不打折

---
 constant.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/constant.py b/constant.py
index 5031b28..e999bce 100644
--- a/constant.py
+++ b/constant.py
@@ -146,7 +146,7 @@
 ########鍗庨懌閰嶇疆########
 if not is_windows() or True:
     # 涓嬪崟1鎵�
-    BUY_MONEY_PER_CODE = 1000
+    BUY_MONEY_PER_CODE = 5000
     L2_SOURCE_TYPE = L2_SOURCE_TYPE_HUAXIN
     JUEJIN_LOCAL_API = False
     TRADE_WAY = TRADE_WAY_HUAXIN

--
Gitblit v1.8.0