feat(userlive): 添加封禁结束时间字段
- 在用户封禁响应数据中添加 ban_end_time 字段
This commit is contained in:
джерело
93d9f0bc2e
коміт
9a29b5203c
@ -24,6 +24,7 @@ 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 {
|
||||||
|
|||||||
Завантаження…
Посилання в новій задачі
Block a user