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

This commit is contained in:
root 2024-07-02 12:14:34 +08:00
parent 38dc8a9533
commit 645d6eb781
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ def build_query_string(params):
def request_list_signature_get(): def request_list_signature_get():
print('开始请求数据...') print('开始请求数据...')
url='https://api-bj.clink.cn/crm/list_customers' 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)}
param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':1704038400,'updateEndTime':previous_hour_timestamp(0)} # param={'AccessKeyId':'b17759d3a36fba9a2cf522fbf4cbf177','Timestamp':current_time_utc,'Expires':86400,'updateStartTime':1704038400,'updateEndTime':previous_hour_timestamp(0)}
print(f'param: {param}') print(f'param: {param}')
url_path = build_query_string(param) url_path = build_query_string(param)
url_param = url_path url_param = url_path