add workflow 天润Smart-ccc客户数据,dev
This commit is contained in:
parent
9881f87c69
commit
8a2c032126
dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表
|
@ -78,7 +78,7 @@ def build_query_string(params):
|
|||
def request_list_signature_get():
|
||||
print('开始请求数据...')
|
||||
url='https://api-bj.clink.cn/crm/list_customers'
|
||||
param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':previous_hour_timestamp(1),'updateEndTime':previous_hour_timestamp(0)}
|
||||
param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':previous_hour_timestamp(1),'updateEndTime':previous_hour_timestamp(0),'limit':100}
|
||||
# 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)
|
||||
|
|
Loading…
Reference in New Issue