From 3967b157cab87a7e2e5c2a4516a8731c78796129 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 20 三月 2025 00:14:37 +0800 Subject: [PATCH] 下单耗时日志 --- third_data/history_k_data_util.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/third_data/history_k_data_util.py b/third_data/history_k_data_util.py index 69a955b..55d04a8 100644 --- a/third_data/history_k_data_util.py +++ b/third_data/history_k_data_util.py @@ -379,4 +379,5 @@ if __name__ == "__main__": - pass + result = JueJinHttpApi.history_n("SHSE.000300", "1d", 10, 1, "open, high, low, eob") + print(result) -- Gitblit v1.8.0