mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-09-19 01:27:58 +08:00
8 lines
202 B
Go
8 lines
202 B
Go
package response
|
|
|
|
type CcIpRep struct {
|
|
IP string `json:"ip"` //IP
|
|
RemainTime string `json:"remain_time"` //剩余封禁时间
|
|
Region string `json:"region"` //ip归属地
|
|
}
|