From 705808bc0bec20fbb7fef4d3eb1eedae5d7b7a5a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Feb 2025 16:27:36 +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 bf19a2b..a273dbb 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(1),'pageSize':1000,'pageIndex':pageIndex} + param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(12),'pageSize':1000,'pageIndex':pageIndex} print(f'param: {param}') url_path = build_query_string(param) url_param = build_query_string(param)