From 9d33b41fc2b14d3bcce0ccb51f612cf13e38f9cc Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 05 三月 2025 14:51:17 +0800 Subject: [PATCH] 记录测试日志 --- api/outside_api_command_callback.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py index 29f3894..b5c63e9 100644 --- a/api/outside_api_command_callback.py +++ b/api/outside_api_command_callback.py @@ -1351,7 +1351,7 @@ "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, - "ignore_block_in_money":constant.IS_IGNORE_BLOCK_IN_MONEY_WITH_MARKET_STRONG + "ignore_block_in_money_market_strong":constant.IGNORE_BLOCK_IN_MONEY_MARKET_STRONG }} self.send_response({"code": 0, "data": data, "msg": f""}, client_id, @@ -1369,8 +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') + if radical_buy.get('ignore_block_in_money_market_strong') is not None: + constant.IGNORE_BLOCK_IN_MONEY_MARKET_STRONG = radical_buy.get('ignore_block_in_money_market_strong') self.send_response({"code": 0, "data": {}, "msg": f""}, client_id, request_id) -- Gitblit v1.8.0