From 70a9bc61565e0b2fd9e3d8c26e3fe31fc88a3766 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 14 八月 2025 11:08:55 +0800 Subject: [PATCH] 想买单详细接口 --- third_data/kpl_app_util_of_tcp.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/third_data/kpl_app_util_of_tcp.py b/third_data/kpl_app_util_of_tcp.py index 922f776..650c807 100644 --- a/third_data/kpl_app_util_of_tcp.py +++ b/third_data/kpl_app_util_of_tcp.py @@ -149,4 +149,5 @@ if __name__ == "__main__": result = get_limit_up_list() - print(len(result["list"])) + result_list = result["list"] + print(len(result_list)) -- Gitblit v1.8.0