From 365491c1fcf523994035e4bd28d8b5872dd6ec98 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 31 七月 2025 14:47:48 +0800 Subject: [PATCH] 除权采用掘金更新K线 --- api/outside_api_command_callback.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py index e0cfd2e..9a5cff6 100644 --- a/api/outside_api_command_callback.py +++ b/api/outside_api_command_callback.py @@ -1602,7 +1602,7 @@ elif ctype == "set_code_today_ex_rights": # 浠g爜浠婃棩闄ゆ潈锛岄渶瑕佹洿鏂癒绾� code = data.get("code") - volumes_data = history_k_data_manager.update_history_k_bars_of_code(code, force=True) + volumes_data = history_k_data_manager.update_history_k_bars_of_code(code, force=True, juejin=True) if not volumes_data: result = {"code": 1, "msg": "鎷夊彇K绾垮け璐�"} else: -- Gitblit v1.8.0