From 78dabf7fdb1b33a1059eb605f9a209d95f1e5f57 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 07 一月 2025 15:50:58 +0800 Subject: [PATCH] 丰富订阅日志 --- api/outside_api_command_callback.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py index 04a7833..48f7d20 100644 --- a/api/outside_api_command_callback.py +++ b/api/outside_api_command_callback.py @@ -1418,8 +1418,8 @@ elif ctype == "test_place_order": # 鑾峰彇鐩稿悓鏉垮潡鐨勬定鍋滀唬鐮佹暟閲� code = data.get("code") - total_datas = l2_data_util.local_today_datas.get(code) - trade_manager.test_order(code, total_datas[-1], total_datas[-1]["index"]) + # total_datas = l2_data_util.local_today_datas.get(code) + # trade_manager.test_order(code, total_datas[-1], total_datas[-1]["index"]) # radical_buy_data_manager.pull_pre_deal_big_orders(code) self.send_response({"code": 0, "data": {}}, client_id, -- Gitblit v1.8.0