huaxin_api/command_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | 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)