From 107e7e98eef95b2ccda7abdabafc684de44326e0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Feb 2025 11:07:26 +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_n_feign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py b/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py index c6bd9e6..f164427 100644 --- a/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc_chat/查询会话记录列表_新/chat_records_n_feign.py @@ -85,7 +85,7 @@ def request_data_signature_post(pageIndex=1): print(f'开始请求工单列表数据:{formatted2_previous_hour(0)}') url='https://api-bj.clink.cn/livechat/record_session_page' header={'Content-Type':'application/x-www-form-urlencoded'} - param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(72),'pageSize':1000,'pageIndex':pageIndex} + param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(48),'pageSize':1000,'pageIndex':pageIndex} print(f'param: {param}') url_path = build_query_string(param) url_param = build_query_string(param)