api/outside_api_command_callback.py
@@ -1602,7 +1602,7 @@ elif ctype == "set_code_today_ex_rights": # 代码今日除权,需要更新K线 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: