From 2dfd00b7f6081574f9d35123b25dc7d388a8179d Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 08 五月 2024 17:46:32 +0800 Subject: [PATCH] bug修复 --- test/test.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/test/test.py b/test/test.py index fb0c228..1ee1e85 100644 --- a/test/test.py +++ b/test/test.py @@ -1,5 +1,8 @@ +from code_atrribute.history_k_data_util import JueJinHttpApi from huaxin_client import l2_client_for_cb +from utils import tool if __name__ == "__main__": - codes = l2_client_for_cb.get_subscript_codes() - # print(l2_client_for_cb.get_pre_price(codes)) \ No newline at end of file + ffresults = l2_client_for_cb.get_subscript_codes() + + print("鏈�缁堢殑鏁伴噺", len(ffresults)) -- Gitblit v1.8.0