add workflow 天润Smart-ccc会话数据,dev

This commit is contained in:
root 2025-02-20 10:24:33 +08:00
parent 666bac3025
commit 0b1e842f36
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def request_data_signature_post(pageIndex=1):
print(f'开始请求工单列表数据:{formatted2_previous_hour(0)}') print(f'开始请求工单列表数据:{formatted2_previous_hour(0)}')
url='https://api-bj.clink.cn/livechat/record_session_page' url='https://api-bj.clink.cn/livechat/record_session_page'
header={'Content-Type':'application/x-www-form-urlencoded'} 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(32),'pageSize':1000,'pageIndex':pageIndex} param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(72),'pageSize':1000,'pageIndex':pageIndex}
print(f'param: {param}') print(f'param: {param}')
url_path = build_query_string(param) url_path = build_query_string(param)
url_param = build_query_string(param) url_param = build_query_string(param)