7
0

Compare commits

..

No commits in common. "fd09f0ff02cd40b79adccf343a4fe7bcd17731b8" and "c493e56a8b9f326f5e77c125df714e12f2a6eb53" have entirely different histories.

View File

@ -22,9 +22,8 @@ type BanResp struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data struct {
Ban bool `json:"ban"` // 是否要禁止
BanRuleId int64 `json:"ban_rule_id"` // 命中的封禁规则id
BanEndTime string `json:"ban_end_time"` // 封禁结束时间
Ban bool `json:"ban"` // 是否要禁止
BanRuleId int64 `json:"ban_rule_id"` // 命中的封禁规则id
} `json:"data"`
}
type BanReqParam struct {