From 9a8a924d75fd4e29c4c14c86c041c00ba89f615a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 10 四月 2024 18:07:22 +0800 Subject: [PATCH] 下单策略修改 --- constant.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index af7ba0b..e6de3ea 100644 --- a/constant.py +++ b/constant.py @@ -167,5 +167,5 @@ TRADE_ENABLE = True # 鏈�澶х殑浠g爜浠锋牸 -MAX_CODE_PRICE = 20 if ALL_ACTIVE_BUY else 30 -MAX_SUBSCRIPT_CODE_PRICE = 20 if ALL_ACTIVE_BUY else 30 +MAX_CODE_PRICE = 10 if ALL_ACTIVE_BUY else 30 +MAX_SUBSCRIPT_CODE_PRICE = 30 if ALL_ACTIVE_BUY else 30 -- Gitblit v1.8.0