From ecfbb56f1ce77b2288d272fa1ed2a02623e92d5a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 20 八月 2025 13:49:12 +0800 Subject: [PATCH] bug修复/接口修改 --- test/test_k_datas.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test_k_datas.py b/test/test_k_datas.py index 49e029a..c2c3ac5 100644 --- a/test/test_k_datas.py +++ b/test/test_k_datas.py @@ -60,7 +60,7 @@ print(",".join(codes)) if __name__ == '__main__': - code = "002809" + code = "601138" limit_up_price = 13.01 volumes_data = init_data_util.get_volumns_by_code(code, 150) volumes = init_data_util.parse_max_volume_new(code, volumes_data[:60]) -- Gitblit v1.8.0