diff --git a/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表/chat_records_feign.py b/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表/chat_records_feign.py index a939d31..b4fe62a 100644 --- a/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表/chat_records_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表/chat_records_feign.py @@ -128,7 +128,7 @@ def request_detail_signature_get(id): i = i + 1 resD=json.loads(resText) if i==5 and 'error' in resText: - print(f'请求会话详情失败,异常信息:{resD['error']}') + print(f'请求会话详情失败,异常信息:{resD}') return resD