From add6ec2c6376f80eeab66e4a43b4f7edb3980e6b Mon Sep 17 00:00:00 2001
From: root <root@43b768378738>
Date: Fri, 2 Aug 2024 18:45:01 +0800
Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?=
 =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E6=95=B0=E6=8D=AE,dev?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../smart_ccc_chat/查询会话记录列表/chat_records_feign.py       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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