From 38dc8a95339b3713bce69d76d8c18b503a14964b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jul 2024 12:05:15 +0800 Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=95=B0=E6=8D=AE,dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../查询客户资料可用标签/customer_labels_feign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_custom/查询客户资料可用标签/customer_labels_feign.py b/dev/workflow/TK_Cust/smart_ccc_custom/查询客户资料可用标签/customer_labels_feign.py index 5734f9e..d7cab82 100644 --- a/dev/workflow/TK_Cust/smart_ccc_custom/查询客户资料可用标签/customer_labels_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc_custom/查询客户资料可用标签/customer_labels_feign.py @@ -62,7 +62,7 @@ def build_query_string(params): return query_string -def request_data_signature_post(customerId): +def request_data_signature_post(): print(f'开始请求客户可用标签数据:{formatted2_previous_hour(0)}') url='https://api-bj.clink.cn/crm/list_customer_labels' header={'Content-Type':'application/json;charset=UTF-8'}