From d78bd2f4c2a5d424d4d31791cdd47935b910c191 Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期二, 15 四月 2025 14:42:20 +0800 Subject: [PATCH] 真实交易测试 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 6f734a9..a9abd7a 100644 --- a/constant.py +++ b/constant.py @@ -83,4 +83,4 @@ SUBSCRIPT_L2_CODES = set() # 鏄惁鏄豢鐪熶氦鏄� -IS_SIMULATED_TRADE = True +IS_SIMULATED_TRADE = False -- Gitblit v1.8.0