Administrator
2023-08-16 b2601b95d37f4195be75232f098f8eeeef704f9a
++++++++++++++++
bug修复-
1个文件已修改
2 ■■■■■ 已修改文件
huaxin_api/command_manager.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
huaxin_api/command_manager.py
@@ -8,6 +8,7 @@
from huaxin_api import socket_util
from huaxin_api.client_network import SendResponseSkManager
from log_module.log import logger_local_huaxin_trade_debug
MSG_TYPE_HEART = "heart"
# 命令信息
@@ -97,6 +98,7 @@
            elif _type == CLIENT_TYPE_POSITION_LIST:
                cls.action_callback.OnPositionList(client_id, request_id)
        except Exception as e:
            logger_local_huaxin_trade_debug.debug(f"__process_command出错:{result_json}")
            logging.exception(e)
            logging.error(result_json)