Compare commits
No commits in common. "fd09f0ff02cd40b79adccf343a4fe7bcd17731b8" and "c493e56a8b9f326f5e77c125df714e12f2a6eb53" have entirely different histories.
fd09f0ff02
...
c493e56a8b
@ -24,7 +24,6 @@ type BanResp struct {
|
|||||||
Data struct {
|
Data struct {
|
||||||
Ban bool `json:"ban"` // 是否要禁止
|
Ban bool `json:"ban"` // 是否要禁止
|
||||||
BanRuleId int64 `json:"ban_rule_id"` // 命中的封禁规则id
|
BanRuleId int64 `json:"ban_rule_id"` // 命中的封禁规则id
|
||||||
BanEndTime string `json:"ban_end_time"` // 封禁结束时间
|
|
||||||
} `json:"data"`
|
} `json:"data"`
|
||||||
}
|
}
|
||||||
type BanReqParam struct {
|
type BanReqParam struct {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user