Skip to content

Commit

Permalink
Merge pull request #1384 from b1ngsha/develop
Browse files Browse the repository at this point in the history
fix: 修复传参报错问题 --story=119092682
  • Loading branch information
benero authored Aug 27, 2024
2 parents 285e650 + cc5ee73 commit 515590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueking/component/open/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 515590e

Please sign in to comment.