We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
POST /v1/notifications 接口,设置address_info为已删除或不存在的addresslist: { "content_type": "other", "title": "test_title", "content":"{"html":"test_content_html", "normal":"test_content_normal"}", "owner": "KubeSphere", "address_info": "["adl-111"]" }
未进行校验控制,可以成功调用
The text was updated successfully, but these errors were encountered:
fix issue openpitrix#75 openpitrix#81 openpitrix#82 openpitrix#69 ope…
c00524d
…npitrix#84
fix
Sorry, something went wrong.
在新版本中验证,该问题依然存在
我现在解决方案是如果address_info中有一个id为不存在的信息,我将结束整个流程。这样可以么?
No branches or pull requests
POST /v1/notifications 接口,设置address_info为已删除或不存在的addresslist:
{
"content_type": "other",
"title": "test_title",
"content":"{"html":"test_content_html", "normal":"test_content_normal"}",
"owner": "KubeSphere",
"address_info": "["adl-111"]"
}
未进行校验控制,可以成功调用
The text was updated successfully, but these errors were encountered: