From de829d3a098ca7a78c88579bcbf3fe18c41567f9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Jul 2024 15:09:42 +0800 Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?= =?UTF-8?q?=E9=80=9A=E8=AF=9D=E8=AE=B0=E5=BD=95,dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smart_ccc_cdr/查询外呼记录列表/cc_cdr_ob_list_feign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_cdr/查询外呼记录列表/cc_cdr_ob_list_feign.py b/dev/workflow/TK_Cust/smart_ccc_cdr/查询外呼记录列表/cc_cdr_ob_list_feign.py index ee6dc2f..9c4aca3 100644 --- a/dev/workflow/TK_Cust/smart_ccc_cdr/查询外呼记录列表/cc_cdr_ob_list_feign.py +++ b/dev/workflow/TK_Cust/smart_ccc_cdr/查询外呼记录列表/cc_cdr_ob_list_feign.py @@ -174,7 +174,7 @@ def load_detail_exp_to_db(id): if __name__ == "__main__": print(f'{formatted2_previous_hour(0)}开始请求外呼记录列表') - resL = request_data_signature_post() + resL = request_data_signature_get() print(resL) if 'error' in resL: error = resL['error']