From 1c39e708f383810e4ad63765047df4c408301837 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 25 八月 2023 17:34:46 +0800 Subject: [PATCH] 交易通道备用 --- outside_api_command_manager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/outside_api_command_manager.py b/outside_api_command_manager.py index b556e86..193de05 100644 --- a/outside_api_command_manager.py +++ b/outside_api_command_manager.py @@ -185,7 +185,7 @@ cls.action_callback.OnGetCodeTradeState(client_id, request_id, data) elif content_type == API_TYPE_GET_ENV: cls.action_callback.OnGetEnvInfo(client_id, request_id, data) - elif content_type == API_TYPE_GET_ENV: + elif content_type == API_TYPE_SYNC_L1_TARGET_CODES: cls.action_callback.OnSyncL2SubscriptCodes(client_id, request_id) except Exception as e: logging.exception(e) -- Gitblit v1.8.0