diff --git a/djc_helper.py b/djc_helper.py index 6f99bc9f11..862972829b 100644 --- a/djc_helper.py +++ b/djc_helper.py @@ -2303,6 +2303,8 @@ def _check_fn(response: requests.Response) -> Exception | None: return self.post( ctx, self.urls.dnf_xinyue_wpe_api, + flowId=flow_id, + actId=act_id, json=json_data, print_res=print_res, extra_headers=self.dnf_xinyue_wpe_extra_headers,