From b40eb1681c4e3b86cdf523cc9b45cd0ff38d0d4f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Aug 2024 19:06:53 +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 --- .../smart_ccc_custom/获取客户资料列表/customer_list_feign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py b/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py index 1b9a0fb..23497b9 100644 --- a/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc_custom/获取客户资料列表/customer_list_feign.py @@ -202,7 +202,7 @@ if __name__ == "__main__": while page * pageSize < total: i = i+1 offset = page * pageSize - resL = request_data_signature_post(offset, pageSize) + resL = request_list_signature_get(offset, pageSize) list = list + resL['customers'] page = resL['pageNumber'] print(f'总计请求{i}次,此次外呼记录数为{len(list)}')