From cc5ee736917ed64e1e004ee85c05b4ab07348209 Mon Sep 17 00:00:00 2001 From: cheynechen Date: Tue, 27 Aug 2024 17:15:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=20--story=3D119092682?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blueking/component/open/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueking/component/open/client.py b/blueking/component/open/client.py index fd1a8e89..c92c693d 100644 --- a/blueking/component/open/client.py +++ b/blueking/component/open/client.py @@ -163,7 +163,7 @@ def request(self, method, url, params=None, data=None, **kwargs): method, url, params=params, - data=data, + data=json.dumps(data), verify=False, timeout=20, headers=headers,