From 118fb223ddd6650e3cc8971b046a2995e3e3109e Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 04 七月 2025 12:26:04 +0800 Subject: [PATCH] 加红撤单比例修改/大单足够后加白改为加红 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index e4f4ba9..c2a19ea 100644 --- a/constant.py +++ b/constant.py @@ -138,7 +138,7 @@ L_CANCEL_RATE_WITH_MUST_BUY = 0.9 # 鍔犵孩L鍚� -L_CANCEL_RATE_WITH_MUST_BUY_FOR_REDICAL_BUY = 0.95 # 鎵叆鍔犵孩 +L_CANCEL_RATE_WITH_MUST_BUY_FOR_REDICAL_BUY = 0.9 # 鎵叆鍔犵孩 L_CANCEL_RATE_WITH_HALF_MUST_BUY_FOR_REDICAL_BUY = 0.85 # 鎵叆鍗婂姞绾� -- Gitblit v1.8.0