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']