mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-06 20:15:50 +08:00
7 lines
262 B
Go
7 lines
262 B
Go
package firewallconfigs
|
||
|
||
type HTTPFirewallCaptchaAction struct {
|
||
Life int32 `yaml:"life" json:"life"`
|
||
Language string `yaml:"language" json:"language"` // 语言,zh-CN, en-US ... TODO 需要实现,目前是根据浏览器Accept-Language动态获取
|
||
}
|