🎨 新增ip检测配置功能
This commit is contained in:
@@ -11,3 +11,11 @@ type UpdateTeacherVipPriceBatch struct {
|
||||
Ids []uint `json:"ids" form:"ids" vd:"@:len($)>0; msg:'请选择要修改的讲师VIP'"`
|
||||
Price float64 `json:"price" form:"price" vd:"@:len($)>0; msg:'请输入讲师VIP价格'"` // 讲师VIP价格
|
||||
}
|
||||
|
||||
type IpCheckConfigReq struct {
|
||||
IpAddrs []string `json:"ip_addrs" form:"ip_addrs" vd:"@:len($)>0; msg:'请输入要检测的IP地址列表'"` // IP地址列表
|
||||
}
|
||||
|
||||
type IpCheckStatus struct {
|
||||
Status bool `json:"status" form:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user