add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
705808bc0b
commit
13d9d4b152
|
@ -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(12),'pageSize':1000,'pageIndex':pageIndex}
|
||||
param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'endTime':formatted2_previous_hour(0),'startTime':formatted2_previous_hour(1),'pageSize':1000,'pageIndex':pageIndex}
|
||||
print(f'param: {param}')
|
||||
url_path = build_query_string(param)
|
||||
url_param = build_query_string(param)
|
||||
|
|
Loading…
Reference in New Issue