WAF参数中增加“请求来源”

This commit is contained in:
刘祥超
2023-12-24 10:03:01 +08:00
parent fc3c607c8d
commit 184fbd384e
3 changed files with 14 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ type HTTPFirewallCheckpointDefinition struct {
IsComposed bool `json:"isComposed"` // 是否为组合的checkpoint
Priority int `json:"priority"` // 优先级
DataType string `json:"dataType"` // 数据类型number, bool等
Version string `json:"version"` // 被加入的版本号
}