huaxin_client/l1_api_client.py
@@ -4,7 +4,7 @@ import time import qcvalueaddproapi from log_module.log import logger_system from log_module.log import logger_system, logger_debug from utils import tool global g_userid, g_passwd, g_address, g_port, g_seqnum @@ -250,6 +250,7 @@ while True: try: val = request_queue.get() logger_debug.info(f"读取华鑫增值服务请求:{val}") type_ = val['type'] request_id = val['request_id'] data = val.get('data')