From 5c1058420012b78c7b8360d46e8fccbcfc06cbf2 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 16 一月 2025 00:09:21 +0800 Subject: [PATCH] L撤调整/扫入下单调整 --- api/outside_api_command_callback.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py index 235e166..29f3894 100644 --- a/api/outside_api_command_callback.py +++ b/api/outside_api_command_callback.py @@ -1350,7 +1350,8 @@ "radical_buy": {"price": (constant.MIN_CODE_RADICAL_BUY_PRICE, constant.MAX_CODE_RADICAL_BUY_PRICE), "zyltgb": constant.RADICAL_BUY_ZYLTGB_AS_YI_RANGES, "top_block_count_by_market_strong": constant.RADICAL_BUY_TOP_IN_COUNT_BY_MARKET_STRONG, - "special_codes_max_block_in_rank": constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL + "special_codes_max_block_in_rank": constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL, + "ignore_block_in_money":constant.IS_IGNORE_BLOCK_IN_MONEY_WITH_MARKET_STRONG }} self.send_response({"code": 0, "data": data, "msg": f""}, client_id, @@ -1368,7 +1369,8 @@ if radical_buy.get("special_codes_max_block_in_rank"): constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL = radical_buy.get( "special_codes_max_block_in_rank") - + if radical_buy.get('ignore_block_in_money') is not None: + constant.IS_IGNORE_BLOCK_IN_MONEY_WITH_MARKET_STRONG = radical_buy.get('ignore_block_in_money') self.send_response({"code": 0, "data": {}, "msg": f""}, client_id, request_id) -- Gitblit v1.8.0