From b8c45634d6588d2875b262062fc6eff5e3e00fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E4=B9=8B=E5=87=8C=E6=AE=87?= Date: Sun, 15 Sep 2024 21:06:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8E=E5=BF=83=E6=82=A6=E6=88=98=E5=9C=BA?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- djc_helper.py | 2 ++ 1 file changed, 2 insertions(+) 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,