Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: http 插件支持 json 转义 #40 #50

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

guohelu
Copy link

@guohelu guohelu commented Oct 25, 2024

No description provided.

"提示: 1.请求URL需要在当前网络下可以访问,否则会超时失败 "
"2.响应状态码在200-300(不包括300)之间,并且响应内容是 JSON 格式才会执行成功"
)
desc = _("提示: 1.请求URL需要在当前网络下可以访问,否则会超时失败 " "2.响应状态码在200-300(不包括300)之间,并且响应内容是 JSON 格式才会执行成功")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的格式有问题,可以调整下

"根据返回的 JSON 的数据来控制节点的成功或失败, "
"使用 resp 引用返回的 JSON 对象,例 resp.result==True"
)
description=_("根据返回的 JSON 的数据来控制节点的成功或失败, " "使用 resp 引用返回的 JSON 对象,例 resp.result==True")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的格式有问题,可以调整下

@normal-wls normal-wls merged commit a0c6285 into TencentBlueKing:develop Oct 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants