add workflow 天润Smart-ccc客户数据,dev

This commit is contained in:
root 2025-05-12 11:51:48 +08:00
parent f5cbfe6fef
commit 8e2413b35e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ current_end_time = previous_hour_timestamp(0)
def request_list_signature_get(offset,pageSize):
print('开始请求数据...')
url='https://api-bj.clink.cn/crm/list_customers'
param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':previous_hour_timestamp(24),'updateEndTime':current_end_time,'offset':offset,'limit':pageSize}
param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':previous_hour_timestamp(1),'updateEndTime':current_end_time,'offset':offset,'limit':pageSize}
# param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':1704038400,'updateEndTime':previous_hour_timestamp(0)}
print(f'param: {param}')
url_path = build_query_string(param)