From ae8d76a456b64c1c6c4ebf11b6ec33b7df217b1a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 18 八月 2025 13:43:46 +0800 Subject: [PATCH] bug修复 --- l2_data_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/l2_data_util.py b/l2_data_util.py index f3fe5b0..24c66ac 100644 --- a/l2_data_util.py +++ b/l2_data_util.py @@ -59,7 +59,7 @@ # 鑾峰彇澶ц祫閲戠殑閲戦 def get_big_money_val(limit_up_price, is_ge=False): if is_ge: - return min(299 * 10000, round(limit_up_price * 2999 * 100)) + return min(299 * 10000, round(limit_up_price * 2900 * 100)) else: if limit_up_price > 3.0: return min(299 * 10000, round(limit_up_price * 7999 * 100)) -- Gitblit v1.8.0