huaxin_client/trade_client.py
@@ -741,6 +741,7 @@ daemon=True).start() self.__temp_order_list_dict.pop(nRequestID) # 获取响应发送socket global req_rid_dict req_rid_dict = {} @@ -924,6 +925,7 @@ def send_response(data, type, _client_id, _request_id,show_log=True): if show_log: logger_local_huaxin_trade_debug.debug(f"回调返回内容:{data}") strategy_pipe.send(data)